Tab Counter
Shows the amount of tabs you've created on every new tab.
Apa itu Tab Counter?
Tab Counter adalah ekstensi Chrome yang dikembangkan oleh metarmask, dan fitur utamanya adalah "Shows the amount of tabs you've created on every new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Counter
Unduh file ekstensi Tab Counter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
URL Resmi | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
Deskripsi | Shows the amount of tabs you've created on every new tab. |
Ukuran File | 16.79 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2016-07-23 |
Tanggal Publikasi | 2016-07-23 |
Penilaian | 3.50/5 Total 4 Penilaian |
Pengembang | metarmask |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |