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'.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | epcggdncglpenbfnacnaedpgpknnekcd |
官方網址 | 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" } |