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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |