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 |
官方網址 | 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" } } |