Http2Https
Convert http to https in bookmarks
Wat is Http2Https?
Http2Https is een Chrome-extensie ontwikkeld door HyunWooBro, en de belangrijkste functie is "Convert http to https in bookmarks".
Extensie Screenshots
Download het CRX-bestand van de extensie Http2Https
Download Http2Https-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Http2Https |
ID | hgmngpnkkllhjgbamgbpkefaodceahom |
Officiële URL | https://chromewebstore.google.com/detail/http2https/hgmngpnkkllhjgbamgbpkefaodceahom |
Beschrijving | Convert http to https in bookmarks |
Bestandsgrootte | 10.77 KB |
Aantal Installaties | 68 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-04-30 |
Publicatiedatum | 2017-04-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | HyunWooBro |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |