ProductivEasy Website Blocker

Block websites and boost your productivity the easy way

ProductivEasy Website Blocker란 무엇입니까?

ProductivEasy Website Blocker은(는) Joey Cim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block websites and boost your productivity the easy way"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ProductivEasy Website Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ProductivEasy is a lightweight extension that allows you to block time-wasting sites and reclaim your productivity. With the ability to specify the times and days on which each block is active, you obtain full control over your browsing habits. Simply click on the "P" icon near the address bar to get started once you have installed the extension.                    

확장 프로그램 기본 정보

이름 ProductivEasy Website Blocker ProductivEasy Website Blocker
ID pinnoonagidjeonljokaamppjnppcfcl
공식 URL https://chromewebstore.google.com/detail/productiveasy-website-blo/pinnoonagidjeonljokaamppjnppcfcl
설명 Block websites and boost your productivity the easy way
파일 크기 53.54 KB
설치 횟수 87
현재 버전 0.2
최근 업데이트 2015-09-25
출시 날짜 2015-09-24
평점 5.00/5 총 1 개의 평점
개발자 Joey Cim
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProductivEasy Website Blocker",
    "description": "Block websites and boost your productivity the easy way",
    "version": "0.2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html",
        "default_title": "Manage settings"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}