Tab Counter
Changes your new tab page to a counter that displays how many tabs you have opened today.
Apa itu Tab Counter?
Tab Counter adalah ekstensi Chrome yang dikembangkan oleh Drake Panzer, dan fitur utamanya adalah "Changes your new tab page to a counter that displays how many tabs you have opened today.".
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
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.
Informasi Dasar Ekstensi
Nama | |
ID | jolnbjdcabeggeklgccfpbebhgkgjgee |
URL Resmi | https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee |
Deskripsi | Changes your new tab page to a counter that displays how many tabs you have opened today. |
Ukuran File | 27.81 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-01-31 |
Tanggal Publikasi | 2017-01-31 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Drake Panzer |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://dpanzer.net |
URL Halaman Bantuan | https://dpanzer.net/contact |
URL Halaman Kebijakan Privasi | https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy |
Bahasa yang Didukung | 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" } |