Http2Https

Convert http to https in bookmarks

What is Http2Https?

Http2Https is a Chrome extension developed by HyunWooBro, and its main feature is "Convert http to https in bookmarks".

Extension Screenshots

screenshot
screenshot

Download Http2Https Extension CRX File

Download Http2Https extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Http2Https Http2Https
ID hgmngpnkkllhjgbamgbpkefaodceahom
Official URL https://chromewebstore.google.com/detail/http2https/hgmngpnkkllhjgbamgbpkefaodceahom
Description Convert http to https in bookmarks
File Size 10.77 KB
Installation Count 68
Current Version 1.0
Last Updated 2017-04-30
Publish Date 2017-04-30
Rating 5.00/5 Total 1 Ratings
Developer HyunWooBro
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}