DiglettExtension

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

DiglettExtension क्या है?

DiglettExtension 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 फ़ाइल डाउनलोड करें

crx प्रारूप में DiglettExtension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}