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.”。
擴展截圖
下載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 |
ID | pechmpkpmlknmnckjpigiefbdbmnkopd |
官方網址 | 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" ] } |