SkyDome
Replaces 'Rogers Centre' with the true name SkyDome.
SkyDomeとは何ですか?
SkyDomeはhttp://twitter.com/travisjefferyによって開発されたChromeの拡張機能で、その主な機能は「Replaces 'Rogers Centre' with the true name SkyDome.」です。
拡張機能のスクリーンショット
SkyDome拡張機能のCRXファイルをダウンロード
SkyDome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you love Toronto you'll want to install this extension. 拡張機能の基本情報
| 名前 | |
| ID | imnpmjcignfgklkmmmmogecilmikomhf |
| 公式URL | https://chromewebstore.google.com/detail/skydome/imnpmjcignfgklkmmmmogecilmikomhf |
| 説明 | Replaces 'Rogers Centre' with the true name SkyDome. |
| ファイルサイズ | 13.88 KB |
| インストール数 | 95 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2019-03-29 |
| 公開日 | 2019-03-29 |
| 評価 | 4.80/5 合計 5 レビュー |
| 開発者 | http://twitter.com/travisjeffery |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SkyDome",
"description": "Replaces 'Rogers Centre' with the true name SkyDome.",
"version": "0.1",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |