Gaia Online Notifications

Get the notifications from your Gaia Online.

什么是Gaia Online Notifications?

Gaia Online Notifications是由daPhyre开发的Chrome扩展程序,该扩展的主要功能是“Get the notifications from your Gaia Online.”。

扩展截图

screenshot

下载Gaia Online Notifications扩展crx文件

下载Gaia Online Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}