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 |
| 官方網址 | 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\/"
]
} | |