18 Star 153 Fork 15

gdh1995 / Vimium C

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 5.47 KB
一键复制 编辑 原始数据 按行查看 历史
{
"author": "gdh1995@qq.com",
"action": {
"default_icon": {
"19": "icons/enabled_19.png",
"38": "icons/enabled_38.png"
},
"default_popup": "pages/popup.html",
"default_title": "__MSG_name__\n\n__MSG_noActiveState__"
},
"action.v2": null,
"background": {
"service_worker": "background/worker.js",
"type": "module"
},
"background.v2": {
"persistent": true,
"scripts": [
"background/define.js",
"background/store.js",
"background/utils.js",
"background/browser.js",
"background/normalize_urls.js",
"background/parse_urls.js",
"background/settings.js",
"background/ports.js",
"background/exclusions.js",
"background/ui_css.js",
"background/i18n.js",
"background/key_mappings.js",
"background/run_commands.js",
"background/run_keys.js",
"background/tools.js",
"background/clipboard.js",
"background/eval_urls.js",
"background/filter_tabs.js",
"background/open_urls.js",
"background/frame_commands.js",
"background/tab_commands.js",
"background/all_commands.js",
"background/request_handlers.js",
"background/main.js"
]
},
"browser_action.v2": {
"default_icon": {
"19": "icons/enabled_19.png",
"38": "icons/enabled_38.png"
},
"default_popup": "pages/popup.html",
"default_title": "__MSG_name__\n\n__MSG_noActiveState__"
},
"browser_specific_settings": {
"gecko": {
"id": "vimium-c.dev@gdh1995.cn",
"strict_min_version": "62.0"
}
},
"commands": {
"createTab": { "description": "__MSG_createTab_s__" },
"goBack": { "description": "__MSG_goBack_s__" },
"goForward": { "description": "__MSG_goForward_s__" },
"previousTab": { "description": "__MSG_previousTab_s__" },
"quickNext": { "description": "__MSG_quickNext_s__" },
"reloadTab": { "description": "__MSG_reloadTab_s__" },
"userCustomized1": { "description": "__MSG_userCustomized__ 1" },
"userCustomized2": { "description": "__MSG_userCustomized__ 2" }
},
"content_scripts": [ {
"all_frames": true,
"js": [
"lib/env.js",
"lib/utils.js",
"lib/keyboard_utils.js",
"lib/dom_utils.js",
"lib/rect.js",
"content/dom_ui.js",
"content/async_dispatcher.js",
"content/hud.js",
"content/insert.js",
"content/key_handler.js",
"content/port.js",
"content/pagination.js",
"content/marks.js",
"content/local_links.js",
"content/hint_filters.js",
"content/link_actions.js",
"content/link_hints.js",
"content/omni.js",
"content/mode_find.js",
"content/visual.js",
"content/scroller.js",
"content/request_handlers.js",
"content/commands.js",
"content/extend_click.js",
"content/extend_click_ff.js",
"content/frontend.js"
],
"match_about_blank": true,
"match_origin_as_fallback": true,
"matches": [ "<all_urls>" ],
"run_at": "document_start"
} ],
"content_security_policy": {
"extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'"
},
"content_security_policy.v2": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'",
"default_locale": "en",
"description": "__MSG_description__",
"homepage_url": "https://github.com/gdh1995/vimium-c",
"host_permissions": [
"<all_urls>"
],
"host_permissions.v2": null,
"icons": {
"128": "icons/icon128.png",
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png"
},
"incognito": "spanning",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnaZQnkvrHvNlwXPnSfavEya+9sPtVgBR2hWLsNvwdv6+zHRGr/qhqEbtof1v7gDXzpC5+Dr4kOay6aflw5CaFzA1zyVJySAjpb0RkVh774kp9msRpjyb39obSIWAIB76PTwawEAE+K1f26jXDbTC2gEBe4OWk5KW9u9+KoTmeKLHo73ScR1jFcFaOTbrhwHtIDqj00vpIfrSAofpLIq1gP//Og+FoOT4dF107fwlVfDJuu171svuT68wmcKStl6OANxcnXCXE6OWbeZcjMehcQH41wzTtDugmt0o8w+hJ2WVugwWWmGmE8qSiwo9QYZTJW+5EvMcmNZWUmPbTLGkGQIDAQAB",
"manifest_version": 3,
"manifest_version.v2": 2,
"minimum_chrome_version": "88",
"name": "__MSG_name__",
"offline_enabled": true,
"omnibox": {
"keyword": "v"
},
"optional_host_permissions": [
"chrome://*/*",
"chrome://new-tab-page/*"
],
"optional_host_permissions.v2": null,
"optional_permissions": [
"bookmarks",
"downloads",
"downloads.shelf",
"cookies",
"contentSettings"
],
"optional_permissions[].v2": [
"chrome://*/*",
"chrome://new-tab-page/*"
],
"options_page.v2": "pages/options.html",
"options_ui": {
"page": "pages/options.html",
"open_in_tab": true
},
"options_ui.v2": {
"page": "pages/options.html",
"chrome_style": false,
"open_in_tab": true
},
"permissions": [
"clipboardRead",
"clipboardWrite",
"favicon",
"history",
"notifications",
"offscreen",
"scripting",
"sessions",
"storage",
"tabGroups",
"tabs",
"webNavigation"
],
"permissions[].v2": [
"<all_urls>",
"-favicon",
"-offscreen",
"-scripting",
"-tabGroups"
],
"short_name": "Vimium C",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.01",
"version_name": "2.01",
"web_accessible_resources": [{
"resources": [ "content/*", "front/vomnibar*", "lib/*" ],
"matches": [ "<all_urls>", "chrome-extension://*/*" ],
"use_dynamic_url": false
}],
"web_accessible_resources.v2": [
"content/*",
"front/vomnibar*",
"lib/*"
]
}
TypeScript
1
https://gitee.com/gdh1995/vimium-c.git
git@gitee.com:gdh1995/vimium-c.git
gdh1995
vimium-c
Vimium C
master

搜索帮助