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\/"
]
} | |