Tab Tally
This extension keeps track of the open tabs and windows you're currently running
Apa itu Tab Tally?
Tab Tally adalah ekstensi Chrome yang dikembangkan oleh Michael Hazani, dan fitur utamanya adalah "This extension keeps track of the open tabs and windows you're currently running".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Tally
Unduh file ekstensi Tab Tally 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
Yet another tab limiter! This extension maximizes productivity by keeping tabs (heh) on your open tabs and windows, and letting you limit the number of open tabs. Now get to work!
Informasi Dasar Ekstensi
Nama | Tab Tally |
ID | eoppllliellcefmannacbmnloheolenh |
URL Resmi | https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh |
Deskripsi | This extension keeps track of the open tabs and windows you're currently running |
Ukuran File | 40.18 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2016-07-22 |
Tanggal Publikasi | 2016-07-21 |
Pengembang | Michael Hazani |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://michaelhazani.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Tally", "description": "This extension keeps track of the open tabs and windows you're currently running", "author": "Michael Hazani", "version": "0.0.1", "browser_action": { "default_icon": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "default_title": "Tab Tally", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage", "tabs" ] } |