| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "name": "FeHelper(前端助手)-Dev",
- "short_name": "FeHelper",
- "version": "2025.5.2014",
- "manifest_version": 3,
- "description": "FE助手:前端开发必备工具集,涵盖JSON格式化、代码美化与压缩、二维码生成、网页定制、便签笔记等数十种实用功能。界面现代、响应式设计,极致性能优化,国内可用,助力高效开发!",
- "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(前端助手)",
- "default_popup": "popup/index.html"
- },
- "background": {
- "scripts": ["background/background.js"],
- "type": "module"
- },
- "browser_specific_settings": {
- "gecko": {
- "id": "[email protected]",
- "strict_min_version": "109.0"
- }
- },
- "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",
- "json-format/json-worker.js",
- "static/vendor/jquery/jquery-3.3.1.min.js",
- "static/vendor/evalCore.min.js",
- "background/awesome.js",
- "background/tools.js",
- "code-beautify/beautify.js",
- "code-beautify/beautify-css.js"
- ],
- "matches": ["<all_urls>"]
- }
- ],
- "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' 'wasm-unsafe-eval'; worker-src 'self' blob:; style-src 'self' 'unsafe-inline'; object-src 'self'; connect-src 'self' blob: https://chrome.fehelper.com https://api.siliconflow.cn https://baidufe.com https://www.baidufe.com https://img.shields.io;"
- },
- "homepage_url": "https://www.fehelper.com"
- }
|