Http2Https
Convert http to https in bookmarks
Cos'è Http2Https?
Http2Https è un'estensione di Chrome sviluppata da HyunWooBro, e la sua funzione principale è "Convert http to https in bookmarks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Http2Https
Scarica i file di estensione Http2Https in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Boared with replacing old http bookmarks with https bookmarks? As many web sites migrate to https, old http bookmarks make the star image empty. Search and Convert to https!! *********************************************************************** Ctrl + click will open a new tab.
Informazioni di Base sull'Estensione
Nome | Http2Https |
ID | hgmngpnkkllhjgbamgbpkefaodceahom |
URL Ufficiale | https://chromewebstore.google.com/detail/http2https/hgmngpnkkllhjgbamgbpkefaodceahom |
Descrizione | Convert http to https in bookmarks |
Dimensione del File | 10.77 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-04-30 |
Data di Pubblicazione | 2017-04-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | HyunWooBro |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Http2Https", "version": "1.0", "description": "Convert http to https in bookmarks", "browser_action": { "default_icon": "icon128new.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "bookmarks", "tabs" ] } |