Snow Lite

Improve privacy of applications by defending shoulder surfing

什麼是Snow Lite?

Snow Lite是由Abhi M Balakrishnan開發的Chrome擴展程式,該擴展的主要功能是“Improve privacy of applications by defending shoulder surfing”。

擴展截圖

screenshot

下載Snow Lite擴展crx文件

下載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
官方網址 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",
        ""
    ]
}