Classic Magic 8 Ball
Shake the magic ball to get the answer to your question
Vad är Classic Magic 8 Ball?
Classic Magic 8 Ball är en Chrome-tillägg utvecklad av Nicolas Grillet, och dess huvudfunktion är "Shake the magic ball to get the answer to your question".
Tilläggsskärmbilder
Ladda ner Classic Magic 8 Ball-förlängningens CRX-fil
Ladda ner Classic Magic 8 Ball-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Shake the magic ball to get the answer to your question. This is magic !
Grundläggande Information om Tillägg
Namn | |
ID | oagapidejjnknjddmhckmfaiijgaplbe |
Officiell webbadress | https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe |
Beskrivning | Shake the magic ball to get the answer to your question |
Filstorlek | 653 KB |
Antal Installationer | 53 |
Aktuell Version | 0.0.7 |
Senast Uppdaterad | 2017-04-06 |
Publiceringsdatum | 2017-04-06 |
Betyg | 3.67/5 Totalt 6 Betyg |
Utvecklare | Nicolas Grillet |
E-post | [email protected] |
Betalningssätt | in_store |
Stödda Språk | 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" ] } |