Risky
A simple Chrome extension to help with those 'risky clicks'.
Cos'è Risky?
Risky è un'estensione di Chrome sviluppata da Joel Auterson, e la sua funzione principale è "A simple Chrome extension to help with those 'risky clicks'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Risky
Scarica i file di estensione Risky in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | epcggdncglpenbfnacnaedpgpknnekcd |
URL Ufficiale | https://chrome.google.com/webstore/detail/risky/epcggdncglpenbfnacnaedpgpknnekcd |
Descrizione | A simple Chrome extension to help with those 'risky clicks'. |
Dimensione del File | 5.13 MB |
Conteggio Installazioni | 64 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2015-02-07 |
Data di Pubblicazione | 2015-02-07 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Joel Auterson |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/JoelOtter/risky |
Lingue Supportate | 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" } |