Helianthus.annuus
Greatly enhance the experience of HKGolden Forum
什麼是Helianthus.annuus?
Helianthus.annuus是由project.helianthus開發的Chrome擴展程式,該擴展的主要功能是“Greatly enhance the experience of HKGolden Forum”。
擴展截圖
下載Helianthus.annuus擴展crx文件
下載Helianthus.annuus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
提供大量獨特功能,大幅提升香港高登討論區(hkgolden.com)的體驗。 擴展基本資訊
| 名稱 | |
| ID | gelkllafbnhilefggkgjgjanooclhddn |
| 官方網址 | https://chromewebstore.google.com/detail/helianthusannuus/gelkllafbnhilefggkgjgjanooclhddn |
| 簡介 | Greatly enhance the experience of HKGolden Forum |
| 檔案大小 | 157 KB |
| 安裝次數 | 3,280 |
| 目前版本 | 3.10.16.6269 |
| 更新時間 | 2019-03-08 |
| 上架時間 | 2019-03-08 |
| 評分 | 4.65/5 共 86 次評分 |
| 開發者 | project.helianthus |
| 付費類型 | free |
| 擴展官網 | https://github.com/helianthus/Helianthus.annuus |
| 支援的語言 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Helianthus.annuus",
"version": "3.10.16.6269",
"manifest_version": 2,
"description": "Greatly enhance the experience of HKGolden Forum",
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/forum.hkgolden.com\/*",
"https:\/\/forum.hkgolden.com\/*"
],
"js": [
"inject.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"permissions": [
"http:\/\/forum.hkgolden.com\/*",
"https:\/\/forum.hkgolden.com\/*"
],
"web_accessible_resources": [
"annuus.js"
]
} | |