10 tabs, no more
Randomly closes tabs once you exceed 10 opened tabs.
Apa itu 10 tabs, no more?
10 tabs, no more adalah ekstensi Chrome yang dikembangkan oleh Thibaud Courtoison, dan fitur utamanya adalah "Randomly closes tabs once you exceed 10 opened tabs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 10 tabs, no more
Unduh file ekstensi 10 tabs, no more 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
This extensions allows you to keep you windows clean by randomly closing tabs if you exceed 10 opened tabs.
Informasi Dasar Ekstensi
Nama | 10 tabs, no more |
ID | dmfaiinkmobkepebifmaenddbbomhnkm |
URL Resmi | https://chromewebstore.google.com/detail/10-tabs-no-more/dmfaiinkmobkepebifmaenddbbomhnkm |
Deskripsi | Randomly closes tabs once you exceed 10 opened tabs. |
Ukuran File | 69.27 KB |
Jumlah Instalasi | 397 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-07-16 |
Tanggal Publikasi | 2020-07-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Thibaud Courtoison |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ten-tabs-no-more.web.app |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "10 tabs, no more", "version": "1.0", "description": "Randomly closes tabs once you exceed 10 opened tabs.", "homepage_url": "https:\/\/ten-tabs-no-more.web.app", "author": "Thibaud Courtoison", "icons": { "48": "img\/binoculars48.png", "96": "img\/binoculars96.png", "128": "img\/binoculars128.png" }, "permissions": [ "notifications", "storage" ], "background": { "scripts": [ "browser-polyfill.js", "configuration.js", "countdown.js", "notifications.js", "state.js", "main.js" ] }, "browser_action": { "browser_style": true, "default_title": "10 tabs, no more", "default_popup": "popup.html" } } |