Kazusa Toolbox - 多功能工具箱

网页开关灯、生成二维码、下载网页图片、视频、截图(测试)功能有很多还会有更多。把你的需求告诉我,我来帮你搞定。 永无广告永不收费 Free NO-AD Forever

What is Kazusa Toolbox - 多功能工具箱?

Kazusa Toolbox - 多功能工具箱 is a Chrome extension developed by little coder, and its main feature is "网页开关灯、生成二维码、下载网页图片、视频、截图(测试)功能有很多还会有更多。把你的需求告诉我,我来帮你搞定。 永无广告永不收费 Free NO-AD Forever".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Kazusa Toolbox - 多功能工具箱 Extension CRX File

Download Kazusa Toolbox - 多功能工具箱 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        2018年10月24日
剥离了"新标签页"功能,将其作为独立插件
功能有很多还会有更多,你有任何需要的功能都可以告诉我,我来帮你完成
永无广告永不收费 
Free NO-AD Forever                    

Extension Basic Information

Name Kazusa Toolbox - 多功能工具箱 Kazusa Toolbox - 多功能工具箱
ID mfhpnkgcgkcbcmkbfinioliocmdjefcc
Official URL https://chrome.google.com/webstore/detail/kazusa-toolbox-%E5%A4%9A%E5%8A%9F%E8%83%BD%E5%B7%A5%E5%85%B7%E7%AE%B1/mfhpnkgcgkcbcmkbfinioliocmdjefcc
Description 网页开关灯、生成二维码、下载网页图片、视频、截图(测试)功能有很多还会有更多。把你的需求告诉我,我来帮你搞定。 永无广告永不收费 Free NO-AD Forever
File Size 374 KB
Installation Count 1,000
Current Version 1.0.13
Last Updated 2018-10-24
Publish Date 2018-10-24
Rating 4.86/5 Total 7 Ratings
Developer little coder
Email [email protected]
Payment Type free
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "zh_CN",
    "name": "__MSG_manifestName__",
    "version": "1.0.13",
    "description": "__MSG_manifestDescription__",
    "icons": {
        "128": "Img\/snowflake.png"
    },
    "browser_action": {
        "default_icon": "Img\/snowflake.png",
        "default_popup": "popup.html",
        "default_title": "a  Little Toolbox"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "Js\/jquery-3.1.0.min.js",
                "Js\/html2canvas.js",
                "Js\/pan.baidu.boom.js",
                "Js\/ContentScripts.js",
                "Js\/_i18n.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "options_page": "Option\/options.html",
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "system.cpu",
        "system.memory",
        "system.storage",
        "downloads",
        "notifications",
        "bookmarks",
        "history",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}