Classic Magic 8 Ball
Shake the magic ball to get the answer to your question
Wat is Classic Magic 8 Ball?
Classic Magic 8 Ball is een Chrome-extensie ontwikkeld door Nicolas Grillet, en de belangrijkste functie is "Shake the magic ball to get the answer to your question".
Extensie Screenshots
Download het CRX-bestand van de extensie Classic Magic 8 Ball
Download Classic Magic 8 Ball-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shake the magic ball to get the answer to your question. This is magic !
Basisinformatie over de Extensie
Naam | |
ID | oagapidejjnknjddmhckmfaiijgaplbe |
Officiële URL | https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe |
Beschrijving | Shake the magic ball to get the answer to your question |
Bestandsgrootte | 653 KB |
Aantal Installaties | 53 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2017-04-06 |
Publicatiedatum | 2017-04-06 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Nicolas Grillet |
[email protected] | |
Betalingswijze | in_store |
Ondersteunde Talen | 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" ] } |