DiglettExtension

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

DiglettExtension là gì?

DiglettExtension là một tiện ích mở rộng Chrome được phát triển bởi lea, và tính năng chính của nó là "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DiglettExtension

Tải xuống các tệp mở rộng DiglettExtension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DiglettExtension DiglettExtension
ID fhlldgnpihnehidjaofdmbmklccmmnpn
URL Chính Thức https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn
Mô tả Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Kích Thước Tệp 3.43 MB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2015-04-10
Ngày Phát Hành 2015-04-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển lea
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}