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开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Sql-ex Forum Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |