SiteCop

SiteCop is a website timer and blocker that protects you from time-wasting websites and includes a Pomodoro option.

SiteCop란 무엇입니까?

SiteCop은(는) Miguel Tolosa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SiteCop is a website timer and blocker that protects you from time-wasting websites and includes a Pomodoro option."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SiteCop 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SiteCop is a light and sharp extension made to protect us from those life-draining websites that make us waste hours on them through no fault of our own.  It features 3 different option-rich timed lists to block websites and a bonus Pomodoro option.  It has features you always wanted in other extensions, and is free with no ads.

SiteCop also has a pair of sliders that let you set a range of time for sites to be timed or free.  Want to only block during 9-5 with a free hour for lunch at noon, or just allow access to Hulu and Netflix from 6-10?  It’s as easy as clicking your mouse.

If you would like to help translate this extension to different languages to help more people or have some features that you’d like to see in the future then please feel free to contact me.  Thanks for reading this and for using my app!

Find us on Facebook at https://www.facebook.com/sitecopextension

PRIVACY POLICY: This app saves NO browsing or personal data of any kind.  SiteCop only stores the sites you enter into the blocked lists.                    

확장 프로그램 기본 정보

이름 SiteCop SiteCop
ID alflfcohkipknfihgnpmcdcoiihielde
공식 URL https://chromewebstore.google.com/detail/sitecop/alflfcohkipknfihgnpmcdcoiihielde
설명 SiteCop is a website timer and blocker that protects you from time-wasting websites and includes a Pomodoro option.
파일 크기 730 KB
설치 횟수 466
현재 버전 2.2.0
최근 업데이트 2017-03-15
출시 날짜 2017-03-14
평점 4.62/5 총 21 개의 평점
개발자 Miguel Tolosa
결제 유형 free
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "version": "2.2.0",
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}