Dogestracted

wow. much productivity. such useful.

Dogestractedคืออะไร?

Dogestracted เป็นส่วนขยายของ Chrome ที่พัฒนาโดย isjustintime และคุณลักษณะหลักของมันคือ "wow. much productivity. such useful."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dogestracted

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        }
    ]
}