chrome-spdy-indicator icon indicating copy to clipboard operation
chrome-spdy-indicator copied to clipboard

Chrome Extension to see an indicator of SPDY support in the address bar.

Results 14 chrome-spdy-indicator issues
Sort by recently updated
recently updated
newest added

The "tabs" permission isn't necessary as it only grants access to a couple of properties on Tab instances. This permission is not necessary for general interaction with the Tabs API.

Recently I had my HTTP/2 and SPDY indicator disappear from my toolbar. Upon checking my extensions manager, I see the notice "This extension violates the Chrome Web Store policy." Please...

Just a little bit of cleanup / housekeeping.

The API this extension is built upon [is being deprecated starting Chrome 64](https://developers.google.com/web/updates/2017/12/chrome-loadtimes-deprecated). A rewrite is needed to use [`nextHopProtocol` of Resource Timing Level 2 API](https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-nexthopprotocol).

[Deprecation] chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2. https://www.chromestatus.com/features/5637885046816768. - tested on chrome 71

(Note: this isn't tested, but I believe it should do the right thing...)

Thanks for the awesome extension. `chrome.loadtimes()` APi is deprecated(See #38). I didn't know it is hosted on GitHub before, so made a [new extension](https://github.com/pd4d10/http-indicator) to fix this. I'm glad to...

Hello! Sorry if this is off-topic. I am looking to do a "HTTPS indicator" for the Chrome's app mode. For example to login on Gmail. I know that it uses...

Hi. Have the colours for the lightning icon changed? As I remember, the algorithm was: 1. If transport layer is QUIC, then set icon to red 2. Otherwise if application...

In chromium 47 the indicator is a regular extension button and it no longer sits in the address bar. Could it be moved back to the address bar? ![spdy_indicator_chromium_47](https://cloud.githubusercontent.com/assets/1379385/11681087/5c851492-9e65-11e5-8062-6d5ae86bdf49.jpg)