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