DogeWeb

Makes websites more DOGElicious.

什么是DogeWeb?

DogeWeb是由http://jasx.org开发的Chrome扩展程序,该扩展的主要功能是“Makes websites more DOGElicious.”。

扩展截图

screenshot

下载DogeWeb扩展crx文件

下载DogeWeb扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Lets you engage doge-mode in your browser. Making it rather colorful.

Released under a creative commons non-commercial license.

If you somehow like this, and feel inclined, you can send some dogecoins to:
DEbdPaVwNukCan3kL3nP6KXNgJPJpLunvB                    

扩展基本信息

名称 DogeWeb DogeWeb
ID eigopaaaokciainadmkbmdpfahafgmfi
官方URL https://chrome.google.com/webstore/detail/dogeweb/eigopaaaokciainadmkbmdpfahafgmfi
简介 Makes websites more DOGElicious.
文件大小 61 KB
安装次数 264
当前版本 1.0.0
更新时间 2014-01-01
上架时间 2014-01-01
评分 4.25/5 共8次评分
开发者 http://jasx.org
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DogeWeb",
    "description": "Makes websites more DOGElicious.",
    "version": "1.0.0",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "doge.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery.js",
        "doge.js",
        "doge.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "doge_48.png"
    },
    "icons": {
        "16": "doge_16.png",
        "48": "doge_48.png",
        "128": "doge_128.png"
    },
    "permissions": [
        "tabs"
    ]
}