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 là gì?
Sql-ex Forum Checker là một tiện ích mở rộng Chrome được phát triển bởi Danila Chebykin, và tính năng chính của nó là "Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums.".
Ả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 Sql-ex Forum Checker
Tải xuống các tệp mở rộng Sql-ex Forum Checker 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
v 1.1.3 + redesign + possibility to track only own tasks (where user is author) + possibility to track separately optional forums, guestbook & certification forum
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sql-ex Forum Checker |
ID | hpkaoodgbbdjgihjhlbgoadglkfmknno |
URL Chính Thức | https://chromewebstore.google.com/detail/sql-ex-forum-checker/hpkaoodgbbdjgihjhlbgoadglkfmknno |
Mô tả | Displays the number of unread forums on sql-ex. You can also click the extension icon to open appropriate stage's forums. |
Kích Thước Tệp | 30.91 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2016-08-23 |
Ngày Phát Hành | 2016-08-23 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Danila Chebykin |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |