DiglettExtension

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

什么是DiglettExtension?

DiglettExtension是由lea开发的Chrome扩展程序,该扩展的主要功能是“Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)”。

扩展截图

screenshot
screenshot
screenshot

下载DiglettExtension扩展crx文件

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