Risky
A simple Chrome extension to help with those 'risky clicks'.
Qu'est-ce que Risky ?
Risky est une extension Chrome développée par Joel Auterson, et sa fonction principale est "A simple Chrome extension to help with those 'risky clicks'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Risky
Téléchargez les fichiers d'extension Risky au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | epcggdncglpenbfnacnaedpgpknnekcd |
URL Officiel | https://chrome.google.com/webstore/detail/risky/epcggdncglpenbfnacnaedpgpknnekcd |
Description | A simple Chrome extension to help with those 'risky clicks'. |
Taille du Fichier | 5.13 MB |
Nombre d'Installations | 64 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2015-02-07 |
Date de Publication | 2015-02-07 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Joel Auterson |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/JoelOtter/risky |
Langues Prises en Charge | 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" } |