Risky

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

O que é Risky?

Risky é uma extensão do Chrome desenvolvida por Joel Auterson, e sua principal característica é "A simple Chrome extension to help with those 'risky clicks'.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Risky

Baixe arquivos de extensão Risky no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Risky Risky
ID epcggdncglpenbfnacnaedpgpknnekcd
URL Oficial https://chrome.google.com/webstore/detail/risky/epcggdncglpenbfnacnaedpgpknnekcd
Descrição A simple Chrome extension to help with those 'risky clicks'.
Tamanho do Arquivo 5.13 MB
Contagem de Instalações 64
Versão Atual 0.1.0
Última Atualização 2015-02-07
Data de Publicação 2015-02-07
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Joel Auterson
Tipo de Pagamento free
Site da Extensão https://github.com/JoelOtter/risky
Idiomas Suportados 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"
}