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" } } |