Http2Https

Convert http to https in bookmarks

Http2Httpsとは何ですか?

Http2HttpsはHyunWooBroによって開発されたChromeの拡張機能で、その主な機能は「Convert http to https in bookmarks」です。

拡張機能のスクリーンショット

screenshot
screenshot

Http2Https拡張機能のCRXファイルをダウンロード

Http2Https拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Http2Https Http2Https
ID hgmngpnkkllhjgbamgbpkefaodceahom
公式URL https://chromewebstore.google.com/detail/http2https/hgmngpnkkllhjgbamgbpkefaodceahom
説明 Convert http to https in bookmarks
ファイルサイズ 10.77 KB
インストール数 68
現在のバージョン 1.0
最終更新日 2017-04-30
公開日 2017-04-30
評価 5.00/5 合計 1 レビュー
開発者 HyunWooBro
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}