Risky

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

Risky là gì?

Risky là một tiện ích mở rộng Chrome được phát triển bởi Joel Auterson, và tính năng chính của nó là "A simple Chrome extension to help with those 'risky clicks'.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Risky

Tải xuống các tệp mở rộng Risky dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Risky Risky
ID epcggdncglpenbfnacnaedpgpknnekcd
URL Chính Thức https://chrome.google.com/webstore/detail/risky/epcggdncglpenbfnacnaedpgpknnekcd
Mô tả A simple Chrome extension to help with those 'risky clicks'.
Kích Thước Tệp 5.13 MB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2015-02-07
Ngày Phát Hành 2015-02-07
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Joel Auterson
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JoelOtter/risky
Ngôn Ngữ Được Hỗ Trợ 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"
}