FeHelper(前端助手)

JSON自动格式化、手动格式化,支持排序、解码、下载等,更多功能可在配置页按需安装!

FeHelper(前端助手) là gì?

FeHelper(前端助手) là một tiện ích mở rộng Chrome được phát triển bởi https://www.baidufe.com, và tính năng chính của nó là "JSON自动格式化、手动格式化,支持排序、解码、下载等,更多功能可在配置页按需安装!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FeHelper(前端助手)

Tải xuống các tệp mở rộng FeHelper(前端助手) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        作者:zhaoxianlie
官网:https://www.baidufe.com/fehelper

JSON Auto Format Tool. 其他更多工具,可在配置页动态安装!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FeHelper(前端助手) FeHelper(前端助手)
ID pkgccpejnmalmdinmhkkfafefagiiiad
URL Chính Thức https://chromewebstore.google.com/detail/fehelper%E5%89%8D%E7%AB%AF%E5%8A%A9%E6%89%8B/pkgccpejnmalmdinmhkkfafefagiiiad
Mô tả JSON自动格式化、手动格式化,支持排序、解码、下载等,更多功能可在配置页按需安装!
Kích Thước Tệp 2.72 MB
Số Lần Cài Đặt 217,721
Phiên Bản Hiện Tại 2023.03.2912
Cập Nhật Lần Cuối 2023-03-30
Ngày Phát Hành 2020-05-28
Đánh Giá 4.71/5 Tổng số 319 Đánh Giá
Nhà Phát Triển https://www.baidufe.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.baidufe.com/fehelper
URL Trang Trợ Giúp https://www.baidufe.com/fehelper/feedback.html
URL Trang Chính Sách Bảo Mật https://www.baidufe.com/fehelper/static/html/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "name": "FeHelper(\u524d\u7aef\u52a9\u624b)",
    "short_name": "FeHelper",
    "version": "2023.03.2912",
    "manifest_version": 3,
    "description": "JSON\u81ea\u52a8\u683c\u5f0f\u5316\u3001\u624b\u52a8\u683c\u5f0f\u5316\uff0c\u652f\u6301\u6392\u5e8f\u3001\u89e3\u7801\u3001\u4e0b\u8f7d\u7b49\uff0c\u66f4\u591a\u529f\u80fd\u53ef\u5728\u914d\u7f6e\u9875\u6309\u9700\u5b89\u88c5\uff01",
    "icons": {
        "16": "static\/img\/fe-16.png",
        "48": "static\/img\/fe-48.png",
        "128": "static\/img\/fe-128.png"
    },
    "action": {
        "default_icon": "static\/img\/fe-16.png",
        "default_title": "FeHelper(\u524d\u7aef\u52a9\u624b)",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "scripting",
        "contextMenus",
        "activeTab",
        "storage",
        "notifications",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+J"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/img\/fe-16.png",
                "static\/img\/fe-48.png",
                "static\/img\/loading.gif",
                "json-format\/format-lib.js",
                "json-format\/json-abc.js",
                "json-format\/json-bigint.js",
                "json-format\/json-decode.js",
                "static\/vendor\/jquery\/jquery-3.3.1.min.js",
                "static\/vendor\/evalCore.min.js",
                "code-beautify\/beautify.js",
                "code-beautify\/beautify-css.js",
                "page-timing\/timing.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "exclude_globs": [
                "https:\/\/chrome.google.com\/*"
            ],
            "js": [
                "static\/vendor\/jquery\/jquery-3.3.1.min.js",
                "static\/vendor\/evalCore.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/www.baidufe.com\/fehelper"
}