Gaia Online Notifications

Get the notifications from your Gaia Online.

ما هو Gaia Online Notifications؟

Gaia Online Notifications هو إضافة Chrome تم تطويرها بواسطة daPhyre، والميزة الرئيسية لها هي "Get the notifications from your Gaia Online.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gaia Online Notifications

قم بتنزيل ملفات الامتداد Gaia Online Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}