DiglettExtension

Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)

DiglettExtensionคืออะไร?

DiglettExtension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lea และคุณลักษณะหลักของมันคือ "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย DiglettExtension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DiglettExtension DiglettExtension
ID fhlldgnpihnehidjaofdmbmklccmmnpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn
คำอธิบาย Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
ขนาดไฟล์ 3.43 MB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2015-04-10
วันที่เผยแพร่ 2015-04-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา lea
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DiglettExtension",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "indeed human"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "That's the tool tip",
        "default_popup": "browseraction\/popup.html"
    },
    "web_accessible_resources": [
        "img\/VpsNbi4.gif",
        "mp3\/diglettdig.mp3"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "devtools_page": "devtools\/devtools.html"
}