Rose Garden Forever
Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.
Rose Garden Foreverとは何ですか?
Rose Garden Foreverはzacariasによって開発されたChromeの拡張機能で、その主な機能は「Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.」です。
拡張機能のスクリーンショット
Rose Garden Forever拡張機能のCRXファイルをダウンロード
Rose Garden Forever拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers. 拡張機能の基本情報
| 名前 | |
| ID | kikpaobijlplbdifokjbalodannpknmn |
| 公式URL | https://chromewebstore.google.com/detail/rose-garden-forever/kikpaobijlplbdifokjbalodannpknmn |
| 説明 | Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers. |
| ファイルサイズ | 476 KB |
| インストール数 | 242 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2023-12-18 |
| 公開日 | 2017-09-08 |
| 評価 | 5.00/5 合計 14 レビュー |
| 開発者 | zacarias |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Rose Garden Forever",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"description": "Corrects a common misspelling of Rose Garden Arena, home of the Portland Trail Blazers.",
"version": "1.3",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |