Dogestracted

wow. much productivity. such useful.

Dogestracted란 무엇입니까?

Dogestracted은(는) isjustintime에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "wow. much productivity. such useful."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Dogestracted reduces wasted time by reducing usability of distracting sites.  The extension is another approach at increasing productivity by not simply blocking a site, but making them difficult to use so that the user will leave the page.  Much doge! Much productive!

The current version works on: Facebook, Tumblr, and Twitter.  Subsequent versions should eventually roll out the feature to let users define which sites for the extension to be active.                    

확장 프로그램 기본 정보

이름 Dogestracted Dogestracted
ID cpognobmhggliigkkcfdoabecbngajjl
공식 URL https://chromewebstore.google.com/detail/dogestracted/cpognobmhggliigkkcfdoabecbngajjl
설명 wow. much productivity. such useful.
파일 크기 441 KB
설치 횟수 154
현재 버전 0.1.1.1
최근 업데이트 2016-03-14
출시 날짜 2016-03-14
평점 4.56/5 총 9 개의 평점
개발자 isjustintime
결제 유형 free
확장 프로그램 웹 사이트 http://support.pedaids.org/site/TR/UCLAGFC/General?px=1495817&pg=personal&fr_id=1314
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dogestracted",
    "version": "0.1.1.1",
    "description": "wow. much productivity. such useful.",
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/main_doge_text.png",
        "overlay.css"
    ],
    "icons": {
        "16": "images\/doge-19.png",
        "48": "images\/doge-48.png",
        "128": "images\/doge-128.png"
    },
    "browser_action": {
        "default_icon": "images\/doge-19.png",
        "default_title": "Dogestracted",
        "default_popup": "popup.html"
    },
    "background": {
        "pages": [
            "background.html"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*",
                "http:\/\/*.tumblr.com\/*",
                "https:\/\/*.tumblr.com\/*",
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "css": [
                "overlay.css"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}