Dogestracted

wow. much productivity. such useful.

什麼是Dogestracted?

Dogestracted是由isjustintime開發的Chrome擴展程式,該擴展的主要功能是“wow. much productivity. such useful.”。

擴展截圖

screenshot
screenshot

下載Dogestracted擴展crx文件

下載Dogestracted擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}