GaiaPlus
The simple, light and easy post formatter for Gaia.
GaiaPlus क्या है?
GaiaPlus https://bettergaia.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The simple, light and easy post formatter for Gaia."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GaiaPlus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | GaiaPlus |
ID | jpedbpopdkfncmdgbodiflfbifnllfbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/gaiaplus/jpedbpopdkfncmdgbodiflfbifnllfbk |
विवरण | The simple, light and easy post formatter for Gaia. |
फ़ाइल का आकार | 69.98 KB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2015-01-12 |
प्रकाशन तिथि | 2015-01-11 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://bettergaia.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://gaiaonline.com/forum/gaia-guides-and-resources/t.87267181/ |
सहायता पृष्ठ URL | http://gaiaonline.com/forum/gaia-guides-and-resources/t.87267181/ |
समर्थित भाषाएँ | 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" ] } |