Inspect and view changes in gitee 助手 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "gitee 助手",
"version": "0.2.0",
"version_name": "v2022.4.09",
"description": "gitee.com æµè§ˆå™¨æ’件, 支æŒæš—黑主题ã€æ¡Œé¢æ¶ˆæ¯é€šçŸ¥ã€ä¸‹è½½ä»“库å•ä¸ªæ–‡ä»¶ã€æœç´¢æ 指令ã€æ–‡ä»¶å›¾æ ‡ã€‚ å®‰è£…ç›´æŽ¥ä½¿ç”¨ï¼Œæ— éœ€æ供账å·å¯†ç ç‰ä¿¡æ¯ã€‚",
"homepage_url": "https://gitee.com/stringify/gitee-helper",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"24": "img/gitee-fill-round.png"
},
"default_title": "gitee 未读消æ¯",
"default_popup": "html/options.html"
},
"content_scripts": [
{
"matches": [
"https://gitee.com/*"
],
"js": [
"js/insert-community.js"
],
"css": [
"css/file-icon.css",
"css/dark.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"css/*",
"img/download.svg",
"fonts/*",
"./background.js.map",
"./js/insert-community.js.map",
"./js/popup.js.map"
],
"omnibox": {
"keyword": "gitee"
},
"icons": {
"16": "img/gitee-fill-round.png",
"24": "img/gitee-fill-round.png",
"48": "img/gitee-fill-round.png",
"64": "img/gitee-fill-round.png",
"128": "img/gitee-fill-round.png",
"200": "img/gitee-fill-round.png"
},
"permissions": [
"https://*.gitee.com/*",
"notifications",
"storage",
"downloads"
],
"incognito": "split",
"manifest_version": 2,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}