Force HTTPS
Converts all http urls into https urls
Force HTTPSとは何ですか?
Force HTTPSはhttp://subarctic.orgによって開発されたChromeの拡張機能で、その主な機能は「Converts all http urls into https urls」です。
Force HTTPS拡張機能のCRXファイルをダウンロード
Force HTTPS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin is similar to the EFF "HTTPS Everywhere" but without any of the features or intelligence. It just converts http urls to https, always.
拡張機能の基本情報
名前 | |
ID | pdbgaahloehganbgnblipbdfdfmcobjn |
公式URL | https://chrome.google.com/webstore/detail/force-https/pdbgaahloehganbgnblipbdfdfmcobjn |
説明 | Converts all http urls into https urls |
ファイルサイズ | 9.28 KB |
インストール数 | 183 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-01-08 |
公開日 | 2016-01-08 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | http://subarctic.org |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://jad.subarctic.org/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Force HTTPS", "description": "Converts all http urls into https urls", "version": "1.0.0", "manifest_version": 2, "icons": { "128": "icon_128.PNG" }, "permissions": [ "webNavigation", "tabs" ], "background": { "scripts": [ "background.js" ] } } |