创建 Jira 工具
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"icons": {
"16": "icon16.721b7357.png",
"32": "icon32.3143ac8f.png",
"48": "icon48.f544afcb.png",
"128": "icon128.6aa15eb0.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.721b7357.png",
"32": "icon32.3143ac8f.png",
"48": "icon48.f544afcb.png"
},
"default_popup": "popup.d334c8be.html"
},
"version": "0.2.5",
"name": "创建 Jira 工具",
"description": "创建 Jira 工具",
"author": "crazyair",
"permissions": [
"storage"
],
"options_ui": {
"page": "options.238ff06f.html",
"open_in_tab": true
},
"host_permissions": [
"https://*/*"
],
"default_locale": "zh_CN",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}