Risky

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

Riskyคืออะไร?

Risky เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joel Auterson และคุณลักษณะหลักของมันคือ "A simple Chrome extension to help with those 'risky clicks'."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Risky

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Risky Risky
ID epcggdncglpenbfnacnaedpgpknnekcd
URL อย่างเป็นทางการ 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"
}