Tab Counter
Changes your new tab page to a counter that displays how many tabs you have opened today.
Tab Counterคืออะไร?
Tab Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Drake Panzer และคุณลักษณะหลักของมันคือ "Changes your new tab page to a counter that displays how many tabs you have opened today."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Counter
ดาวน์โหลดไฟล์ส่วนขยาย Tab Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day. The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link: https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche ______ If you have any problems or suggestions, feel free to tell me.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jolnbjdcabeggeklgccfpbebhgkgjgee |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee |
คำอธิบาย | Changes your new tab page to a counter that displays how many tabs you have opened today. |
ขนาดไฟล์ | 27.81 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-01-31 |
วันที่เผยแพร่ | 2017-01-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Drake Panzer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://dpanzer.net |
URL หน้าช่วยเหลือ | https://dpanzer.net/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "author": "engineerofstuff", "chrome_url_overrides": { "newtab": "dist\/override.html" }, "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.", "homepage_url": "https:\/\/dpanzer.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Tab Counter", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |