Classic Magic 8 Ball

Shake the magic ball to get the answer to your question

Hvad er Classic Magic 8 Ball?

Classic Magic 8 Ball er en Chrome-udvidelse udviklet af Nicolas Grillet, og dens hovedfunktion er "Shake the magic ball to get the answer to your question".

Udvidelsesskærmbilleder

screenshot

Download Classic Magic 8 Ball-udvidelses-CRX-fil

Download Classic Magic 8 Ball-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Classic Magic 8 Ball Classic Magic 8 Ball
ID oagapidejjnknjddmhckmfaiijgaplbe
Officiel URL https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe
Beskrivelse Shake the magic ball to get the answer to your question
Filstørrelse 653 KB
Antal Installationer 53
Nuværende Version 0.0.7
Senest Opdateret 2017-04-06
Udgivelsesdato 2017-04-06
Bedømmelse 3.67/5 Samlet 6 Bedømmelser
Udvikler Nicolas Grillet
E-mail [email protected]
Betalingsmetode in_store
Understøttede Sprog 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"
    ]
}