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 |
| 公式URL | 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"
]
} | |