Classic Magic 8 Ball
Shake the magic ball to get the answer to your question
什么是Classic Magic 8 Ball?
Classic Magic 8 Ball是由Nicolas Grillet开发的Chrome扩展程序,该扩展的主要功能是“Shake the magic ball to get the answer to your question”。
扩展截图
下载Classic Magic 8 Ball扩展crx文件
下载Classic Magic 8 Ball扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shake the magic ball to get the answer to your question. This is magic !
扩展基本信息
名称 | |
ID | oagapidejjnknjddmhckmfaiijgaplbe |
官方URL | https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe |
简介 | Shake the magic ball to get the answer to your question |
文件大小 | 653 KB |
安装次数 | 53 |
当前版本 | 0.0.7 |
更新时间 | 2017-04-06 |
上架时间 | 2017-04-06 |
评分 | 3.67/5 共6次评分 |
开发者 | Nicolas Grillet |
电子邮箱 | [email protected] |
付费类型 | in_store |
支持的语言 | de,en,fr,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "0.0.7", "manifest_version": 2, "description": "__MSG_desc__", "homepage_url": "http:\/\/www.codnex.net", "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "offline_enabled": true, "author": "Nicoss01", "default_locale": "en", "browser_action": { "default_icon": "icons\/logo32.png", "default_title": "Shake my ball", "default_popup": "src\/page_action\/tb.html" }, "short_name": "Classic Magic 8 Ball", "permissions": [ "tabs" ] } |