Chrome Tab Counter
Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.
Chrome Tab Counterคืออะไร?
Chrome Tab Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fero8.com และคุณลักษณะหลักของมันคือ "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Tab Counter
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Tab Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.
NEW in latest update:
* show counter of tabs in the currently open window
* shows counter of currently open windows
* ability to change the icon background color
Features
* Shows counter of open tabs, open windows, all-time opened tabs, max concurrent opened tabs
* Multiple Chrome windows supported
* Tweet your stats & share on Facebook
* Extension does not track your browsing history or any other personal data
This is an open-source extension, no information is shared or sent to 3rd parties. Feel free to review the code here:
https://github.com/fero8/chrome-tab-counter ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fhnegjjodccfaliddboelcleikbmapik |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-tab-counter/fhnegjjodccfaliddboelcleikbmapik |
| คำอธิบาย | Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs. |
| ขนาดไฟล์ | 50.21 KB |
| จำนวนการติดตั้ง | 20,000 |
| เวอร์ชันปัจจุบัน | 1.2.2 |
| อัปเดตครั้งล่าสุด | 2022-06-16 |
| วันที่เผยแพร่ | 2020-04-22 |
| คะแนน | 4.34/5 รวมทั้งหมด 35 คะแนน |
| ผู้พัฒนา | https://fero8.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Tab Counter",
"version": "1.2.2",
"manifest_version": 2,
"description": "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.",
"browser_action": {
"default_name": "Chrome Tab Counter",
"default_icon": "icon48.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"prototype.js",
"scripts.js",
"bg.js"
]
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": []
} | |