Risky

A simple Chrome extension to help with those 'risky clicks'.

Risky란 무엇입니까?

Risky은(는) Joel Auterson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple Chrome extension to help with those 'risky clicks'."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Risky 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Want to see what's behind that link, but scared it's something horrible? Risky's here to help.

=== Features ===

- Accessible from right-clicking any link
- Auto blur option
- Works on full pages, not just image links.
- Blurred pages are still usable!

=== How to use === 

- Right click on the suspicious link and select 'Risky click'.
- Use the slider to gradually un-blur the page.   
- Alternatively, check the 'auto' box to have Risky gradually un-blur the image automatically (10% per second).

Please note that Risky probably won't work on links that are accessible only with login, e.g. Facebook posts.                    

확장 프로그램 기본 정보

이름 Risky Risky
ID epcggdncglpenbfnacnaedpgpknnekcd
공식 URL https://chrome.google.com/webstore/detail/risky/epcggdncglpenbfnacnaedpgpknnekcd
설명 A simple Chrome extension to help with those 'risky clicks'.
파일 크기 5.13 MB
설치 횟수 64
현재 버전 0.1.0
최근 업데이트 2015-02-07
출시 날짜 2015-02-07
평점 4.00/5 총 4 개의 평점
개발자 Joel Auterson
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/JoelOtter/risky
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Risky",
    "version": "0.1.0",
    "description": "A simple Chrome extension to help with those 'risky clicks'.",
    "author": "Joel Auterson",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "ext.js"
        ]
    },
    "icons": {
        "16": "icons\/see_no_evil_16.png",
        "32": "icons\/see_no_evil_32.png",
        "64": "icons\/see_no_evil_64.png",
        "128": "icons\/see_no_evil_128.png"
    },
    "homepage_url": "http:\/\/github.com\/JoelOtter\/risky"
}