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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Sql-ex Forum Checker
ดาวน์โหลดไฟล์ส่วนขยาย 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
} | |