Risky

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

Risky क्या है?

Risky Joel Auterson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple Chrome extension to help with those 'risky clicks'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Risky एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}