千寻前端工具集合

收集最好用的程序员开发在线工具,方便通过插件快速使用

What is 千寻前端工具集合?

千寻前端工具集合 is a Chrome extension developed by jishier, and its main feature is "收集最好用的程序员开发在线工具,方便通过插件快速使用".

Extension Screenshots

screenshot
screenshot

Download 千寻前端工具集合 Extension CRX File

Download 千寻前端工具集合 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

                        1、持续收集最全最好用的前端开发工具
2、支持收藏工具,快捷访问                    

Extension Basic Information

Name 千寻前端工具集合 千寻前端工具集合
ID hkcelfckpakbpclglambifmmamdmkipe
Official URL https://chromewebstore.google.com/detail/%E5%8D%83%E5%AF%BB%E5%89%8D%E7%AB%AF%E5%B7%A5%E5%85%B7%E9%9B%86%E5%90%88/hkcelfckpakbpclglambifmmamdmkipe
Description 收集最好用的程序员开发在线工具,方便通过插件快速使用
File Size 46.48 KB
Installation Count 60
Current Version 1.1.4
Last Updated 2022-09-12
Publish Date 2022-09-05
Rating 5.00/5 Total 1 Ratings
Developer jishier
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5343\u5bfb\u524d\u7aef\u5de5\u5177\u96c6\u5408",
    "description": "\u6536\u96c6\u6700\u597d\u7528\u7684\u7a0b\u5e8f\u5458\u5f00\u53d1\u5728\u7ebf\u5de5\u5177\uff0c\u65b9\u4fbf\u901a\u8fc7\u63d2\u4ef6\u5feb\u901f\u4f7f\u7528",
    "version": "1.1.4",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-32.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-32.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "storage"
    ]
}