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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}