TV Series Counter
TV Series Counter
TV Series Counterคืออะไร?
TV Series Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ksenia Kaganer และคุณลักษณะหลักของมันคือ "TV Series Counter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TV Series Counter
ดาวน์โหลดไฟล์ส่วนขยาย TV Series Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click on 'Add Series' and fill all the relevant information for you. After this you can easily keep track of your series. By clicking on its name you will open your Series url or IMDB site by default. With an auto priority chosen you will increase the series counter by one each time you go to your link or you can change this by changing the priority to manual and increase and decrease the counter by yourself. I hope this Extension will be useful for you! On any other subject please feel free to contact me via my portfolio website! http://kseniakaganer.wix.com/kseniakaganer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jlbccnkbfaabcjdlnhmmggcioahpjofk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tv-series-counter/jlbccnkbfaabcjdlnhmmggcioahpjofk |
คำอธิบาย | TV Series Counter |
ขนาดไฟล์ | 1.14 MB |
จำนวนการติดตั้ง | 205 |
เวอร์ชันปัจจุบัน | 4.2 |
อัปเดตครั้งล่าสุด | 2015-11-14 |
วันที่เผยแพร่ | 2015-11-14 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Ksenia Kaganer |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://kseniakaganer.wix.com/kseniakaganer |
URL หน้าช่วยเหลือ | http://kseniakaganer.wix.com/kseniakaganer#!contact/cfvg |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TV Series Counter", "version": "4.2", "manifest_version": 2, "default_locale": "en", "description": "TV Series Counter", "browser_action": { "default_icon": "icon2.png", "default_title": "TVs Counter", "default_popup": "popup.html" }, "permissions": [ "storage", "management", "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |