GaiaPlus
The simple, light and easy post formatter for Gaia.
GaiaPlus là gì?
GaiaPlus là một tiện ích mở rộng Chrome được phát triển bởi https://bettergaia.com, và tính năng chính của nó là "The simple, light and easy post formatter for Gaia.".
Ả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 GaiaPlus
Tải xuống các tệp mở rộng GaiaPlus 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
The simple, light and easy post formatter for Gaia. Add as many post formats as you need, and have them all available for you when making a forum post, private message, post in the guilds, or even when making a profile comment. Your post formats are saved to the cloud. With Chrome Sync, just sign into Chrome and automatically have your post formats available on any PC with Chrome.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GaiaPlus |
ID | jpedbpopdkfncmdgbodiflfbifnllfbk |
URL Chính Thức | https://chromewebstore.google.com/detail/gaiaplus/jpedbpopdkfncmdgbodiflfbifnllfbk |
Mô tả | The simple, light and easy post formatter for Gaia. |
Kích Thước Tệp | 69.98 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-01-12 |
Ngày Phát Hành | 2015-01-11 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://bettergaia.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://gaiaonline.com/forum/gaia-guides-and-resources/t.87267181/ |
URL Trang Trợ Giúp | http://gaiaonline.com/forum/gaia-guides-and-resources/t.87267181/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "code\/jquery.min.js", "background.js", "code\/analytics.js" ], "persistent": false }, "content_scripts": [ { "js": [ "code\/jquery.min.js", "code\/postformatter.js" ], "matches": [ "http:\/\/*.gaiaonline.com\/forum\/compose\/*", "http:\/\/*.gaiaonline.com\/guilds\/posting.php*", "http:\/\/*.gaiaonline.com\/profile\/privmsg.php*", "http:\/\/*.gaiaonline.com\/profiles\/*mode=addcomment*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "The simple, light and easy post formatter for Gaia.", "homepage_url": "http:\/\/www.gaiaonline.com\/forum\/gaia-guides-and-resources\/t.87267181\/", "icons": { "128": "images\/128.png", "48": "images\/48.png" }, "manifest_version": 2, "minimum_chrome_version": "26", "name": "GaiaPlus", "options_page": "options\/options.html", "browser_action": { "default_icon": "images\/19.png", "default_popup": "popup\/popup.html", "default_title": "GaiaPlus" }, "permissions": [ "tabs", "management", "storage", "notifications", "http:\/\/*.gaiaonline.com\/*", "https:\/\/*.gaiaonline.com\/*" ], "version": "0.1", "web_accessible_resources": [ "images\/16.png", "images\/19.png", "images\/48.png", "images\/128.png", "code\/style.css" ] } |