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ファイルをダウンロード

Risky拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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