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 拡張機能の基本情報
| 名前 | |
| 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
} | |