Secure Imgur!
Creates SSL connection to imgur.
Secure Imgur!란 무엇입니까?
Secure Imgur!은(는) louisppires에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates SSL connection to imgur."입니다.
확장 프로그램 스크린샷
Secure Imgur! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |