Snow Lite

Improve privacy of applications by defending shoulder surfing

Snow Liteคืออะไร?

Snow Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abhi M Balakrishnan และคุณลักษณะหลักของมันคือ "Improve privacy of applications by defending shoulder surfing"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Snow Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A lite version of Super Snow Google Chrome Extension (https://chrome.google.com/webstore/detail/super-snow/nopljeoddjfojheljmiajacbplhnjgdj)

Notes
---
This is an experimental extension in early alpha stage.

What it does?
---
You can activate Snow anytime.
Once activated, it blurs everything on your screen.
Hover over area you want to see.
This extension helps bringing little more privacy while you are in public places.

Read more about Snow at https://blog.securitycompass.com/snow-ec6ac9fcf6f3 and http://sechow.com/snow/

Who is behind this?
---
The idea was developed by Abhi M Balakrishnan

Can this prevent shoulder surfing?
---
Nope. This technique improves the privacy by blurring out text on the screen. People around you still can know what application you are using and see what are you typing.                    

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

ชื่อ Snow Lite Snow Lite
ID edkdlmiadhinjhgecchomjjklipbdpfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snow-lite/edkdlmiadhinjhgecchomjjklipbdpfi
คำอธิบาย Improve privacy of applications by defending shoulder surfing
ขนาดไฟล์ 28.17 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2017-03-29
วันที่เผยแพร่ 2017-03-29
ผู้พัฒนา Abhi M Balakrishnan
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://sechow.com/snow/index.html
URL หน้าช่วยเหลือ http://sechow.com/snow/faq.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snow Lite",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Improve privacy of applications by defending shoulder surfing",
    "homepage_url": "http:\/\/sechow.com\/snow",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        ""
    ]
}