Gaia Online Notifications
Get the notifications from your Gaia Online.
Gaia Online Notifications là gì?
Gaia Online Notifications là một tiện ích mở rộng Chrome được phát triển bởi daPhyre, và tính năng chính của nó là "Get the notifications from your Gaia Online.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gaia Online Notifications
Tải xuống các tệp mở rộng Gaia Online Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gaia Online Notifications |
ID | pechmpkpmlknmnckjpigiefbdbmnkopd |
URL Chính Thức | https://chromewebstore.google.com/detail/gaia-online-notifications/pechmpkpmlknmnckjpigiefbdbmnkopd |
Mô tả | Get the notifications from your Gaia Online. |
Kích Thước Tệp | 26.78 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 0.8.1 |
Cập Nhật Lần Cuối | 2014-04-08 |
Ngày Phát Hành | 2014-04-07 |
Nhà Phát Triển | daPhyre |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |