Classic Magic 8 Ball

Shake the magic ball to get the answer to your question

Was ist Classic Magic 8 Ball?

Classic Magic 8 Ball ist eine Chrome-Erweiterung, die von Nicolas Grillet entwickelt wurde, und ihr Hauptmerkmal ist "Shake the magic ball to get the answer to your question".

Erweiterungsscreenshots

screenshot

Classic Magic 8 Ball-Erweiterungs-CRX-Datei herunterladen

Laden Sie Classic Magic 8 Ball-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Shake the magic ball to get the answer to your question.
This is magic !                    

Grundlegende Informationen zur Erweiterung

Name Classic Magic 8 Ball Classic Magic 8 Ball
ID oagapidejjnknjddmhckmfaiijgaplbe
Offizielle URL https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe
Beschreibung Shake the magic ball to get the answer to your question
Dateigröße 653 KB
Installationsanzahl 53
Aktuelle Version 0.0.7
Letztes Update 2017-04-06
Veröffentlichungsdatum 2017-04-06
Bewertung 3.67/5 Insgesamt 6 Bewertungen
Entwickler Nicolas Grillet
E-Mail [email protected]
Zahlungsart in_store
Unterstützte Sprachen 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"
    ]
}