Sql-ex Forum Checker
Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums.
Sql-ex Forum Checker क्या है?
Sql-ex Forum Checker Danila Chebykin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sql-ex Forum Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
v 1.1.3 + redesign + possibility to track only own tasks (where user is author) + possibility to track separately optional forums, guestbook & certification forum
एक्सटेंशन की मूल जानकारी
नाम | Sql-ex Forum Checker |
ID | hpkaoodgbbdjgihjhlbgoadglkfmknno |
आधिकारिक URL | https://chromewebstore.google.com/detail/sql-ex-forum-checker/hpkaoodgbbdjgihjhlbgoadglkfmknno |
विवरण | Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums. |
फ़ाइल का आकार | 30.91 KB |
स्थापना संख्या | 68 |
वर्तमान संस्करण | 1.1.3 |
अंतिम अपडेट | 2016-08-23 |
प्रकाशन तिथि | 2016-08-23 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Danila Chebykin |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "images\/sqlex_not_logged_in_blue.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_sqlexcheck_description__", "icons": { "128": "images\/icon_128.png", "64": "images\/icon_64.png", "48": "images\/icon_48.png", "16": "images\/icon_16.png" }, "name": "__MSG_sqlexcheck_name__", "options_page": "options.html", "permissions": [ "alarms", "tabs", "webNavigation", "*:\/\/*.sql-ex.ru\/*", "*:\/\/*.sql-ex.com\/*" ], "homepage_url": "http:\/\/www.sql-ex.com\/", "version": "1.1.3", "manifest_version": 2 } |