Magic 8 Ball
This extension lets you make decisions on the fly with the help of a magic 8 ball!!!
Magic 8 Ballとは何ですか?
Magic 8 Ballはsteveurkel99によって開発されたChromeの拡張機能で、その主な機能は「This extension lets you make decisions on the fly with the help of a magic 8 ball!!!」です。
拡張機能のスクリーンショット
Magic 8 Ball拡張機能のCRXファイルをダウンロード
Magic 8 Ball拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | iiimmlpodmdnekgbagaoapadcajjgibb |
| 公式URL | https://chromewebstore.google.com/detail/magic-8-ball/iiimmlpodmdnekgbagaoapadcajjgibb |
| 説明 | This extension lets you make decisions on the fly with the help of a magic 8 ball!!! |
| ファイルサイズ | 12.56 KB |
| インストール数 | 400 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-06-04 |
| 公開日 | 2017-06-03 |
| 評価 | 4.25/5 合計 4 レビュー |
| 開発者 | steveurkel99 |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Magic 8 Ball",
"description": "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!",
"version": "1.0",
"browser_action": {
"default_icon": "8BallIcon.png",
"default_popup": "8BallPopup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |