Gaia Online Notifications

Get the notifications from your Gaia Online.

Gaia Online Notifications क्या है?

Gaia Online Notifications daPhyre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the notifications from your Gaia Online."।

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

screenshot

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

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

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

                        Check your Gaia Online notifications with just one click!

OPTIONS:
-Where do you want to go? The main page? To the forums? Directly to zOMG!? You decide where to go in Gaia Online when clicking on the badge!
-Do you update your gaia page every two minutes to see if you have any notifications, or you just get there a couple times a day? Select how frequently you want the extension to check your new messages.
-Are you busy anywhere else but need to know if there are new notifications? This sound and desktop notifications will surely get your attention!

Questions? Suggestions? Problems? Contact the developer at [email protected]                    

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

नाम Gaia Online Notifications Gaia Online Notifications
ID pechmpkpmlknmnckjpigiefbdbmnkopd
आधिकारिक URL https://chromewebstore.google.com/detail/gaia-online-notifications/pechmpkpmlknmnckjpigiefbdbmnkopd
विवरण Get the notifications from your Gaia Online.
फ़ाइल का आकार 26.78 KB
स्थापना संख्या 68
वर्तमान संस्करण 0.8.1
अंतिम अपडेट 2014-04-08
प्रकाशन तिथि 2014-04-07
डेवलपर daPhyre
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gaia Online Notifications",
    "version": "0.8.1",
    "manifest_version": 2,
    "description": "Get the notifications from your Gaia Online.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Gaia Online Notifications",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "icon48.png"
    ],
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/www.gaiaonline.com\/",
        "https:\/\/www.gaiaonline.com\/"
    ],
    "optional_permissions": [
        "background"
    ]
}