Tab Counter
Shows the amount of tabs you've created on every new tab.
Tab Counterคืออะไร?
Tab Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย metarmask และคุณลักษณะหลักของมันคือ "Shows the amount of tabs you've created on every new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Counter
ดาวน์โหลดไฟล์ส่วนขยาย Tab Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere. Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
คำอธิบาย | Shows the amount of tabs you've created on every new tab. |
ขนาดไฟล์ | 16.79 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2016-07-23 |
วันที่เผยแพร่ | 2016-07-23 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | metarmask |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "Shows the amount of tabs you've created on every new tab.", "version": "2.0", "minimum_chrome_version": "51", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |