Kazusa Toolbox - 多功能工具箱

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

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

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

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kazusa Toolbox - 多功能工具箱

Download Kazusa Toolbox - 多功能工具箱-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Kazusa Toolbox - 多功能工具箱 Kazusa Toolbox - 多功能工具箱
ID mfhpnkgcgkcbcmkbfinioliocmdjefcc
Officiële 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
Beschrijving 网页开关灯、生成二维码、下载网页图片、视频、截图(测试)功能有很多还会有更多。把你的需求告诉我,我来帮你搞定。 永无广告永不收费 Free NO-AD Forever
Bestandsgrootte 374 KB
Aantal Installaties 1,000
Huidige Versie 1.0.13
Laatst Bijgewerkt 2018-10-24
Publicatiedatum 2018-10-24
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar little coder
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}