Secure Imgur!
Creates SSL connection to imgur.
Secure Imgur!とは何ですか?
Secure Imgur!はlouisppiresによって開発されたChromeの拡張機能で、その主な機能は「Creates SSL connection to imgur.」です。
拡張機能のスクリーンショット
Secure Imgur!拡張機能のCRXファイルをダウンロード
Secure Imgur!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Does your company block the extremely popular Imgur.com image hosting site? Well this might be a solution for you. Most companies blocks the normal http:// version of the image, but they don't block the secured https:// version. So the only thing that this extension does, is redirects to the secure https:// and adds .jpg as an extension. So no more blocking and no more loading extra Imgur website extras, only load the image you require!
拡張機能の基本情報
名前 | Secure Imgur! |
ID | odgheimmfdhcpbajpmlgbajpgcfnimgj |
公式URL | https://chromewebstore.google.com/detail/secure-imgur/odgheimmfdhcpbajpmlgbajpgcfnimgj |
説明 | Creates SSL connection to imgur. |
ファイルサイズ | 95.01 KB |
インストール数 | 12 |
現在のバージョン | 1.3 |
最終更新日 | 2014-09-19 |
公開日 | 2014-09-19 |
開発者 | louisppires |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secure Imgur!", "short_name": "SecImgur", "version": "1.3", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Creates SSL connection to imgur.", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "tabs" ], "page_action": { "default_icon": "icon.png", "default_title": "Secure Imgur" } } |