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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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