Classic Magic 8 Ball

Shake the magic ball to get the answer to your question

Classic Magic 8 Ball क्या है?

Classic Magic 8 Ball Nicolas Grillet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shake the magic ball to get the answer to your question"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Classic Magic 8 Ball एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Classic Magic 8 Ball Classic Magic 8 Ball
ID oagapidejjnknjddmhckmfaiijgaplbe
आधिकारिक URL https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe
विवरण Shake the magic ball to get the answer to your question
फ़ाइल का आकार 653 KB
स्थापना संख्या 53
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2017-04-06
प्रकाशन तिथि 2017-04-06
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर Nicolas Grillet
ईमेल [email protected]
भुगतान के प्रकार in_store
समर्थित भाषाएँ 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"
    ]
}