Productivity Enforcer

A simple Chrome Extension that prevents the browser from launching websites, which you specify.

Productivity Enforcer란 무엇입니까?

Productivity Enforcer은(는) chongdashu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple Chrome Extension that prevents the browser from launching websites, which you specify."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Use this Chrome Extension to specify a set of terms (e.g., a website URL, or part of a URL) that you would like to block from being opened in Chrome. Toggle the extension easily to help prevent procrastination on websites.                    

확장 프로그램 기본 정보

이름 Productivity Enforcer Productivity Enforcer
ID ckhdpoeddfocfjinehpedlbcihjjmopn
공식 URL https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn
설명 A simple Chrome Extension that prevents the browser from launching websites, which you specify.
파일 크기 14.59 KB
설치 횟수 37
현재 버전 3.1
최근 업데이트 2014-03-30
출시 날짜 2014-03-29
평점 4.75/5 총 4 개의 평점
개발자 chongdashu
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productivity Enforcer",
    "description": "A simple Chrome Extension that prevents the browser from launching websites, which you specify.",
    "version": "3.1",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}