Classic Magic 8 Ball
Shake the magic ball to get the answer to your question
Cos'è Classic Magic 8 Ball?
Classic Magic 8 Ball è un'estensione di Chrome sviluppata da Nicolas Grillet, e la sua funzione principale è "Shake the magic ball to get the answer to your question".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Classic Magic 8 Ball
Scarica i file di estensione Classic Magic 8 Ball in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shake the magic ball to get the answer to your question. This is magic !
Informazioni di Base sull'Estensione
Nome | |
ID | oagapidejjnknjddmhckmfaiijgaplbe |
URL Ufficiale | https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe |
Descrizione | Shake the magic ball to get the answer to your question |
Dimensione del File | 653 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2017-04-06 |
Data di Pubblicazione | 2017-04-06 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | Nicolas Grillet |
[email protected] | |
Tipo di Pagamento | in_store |
Lingue Supportate | 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" ] } |