One Tab to Rule Them All
Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
Apa itu One Tab to Rule Them All?
One Tab to Rule Them All adalah ekstensi Chrome yang dikembangkan oleh Michael Taylor, dan fitur utamanya adalah "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi One Tab to Rule Them All
Unduh file ekstensi One Tab to Rule Them All 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 extension completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.
Informasi Dasar Ekstensi
Nama | One Tab to Rule Them All |
ID | ihdbhhgfjhgmkcemdmbicneejahfpmok |
URL Resmi | https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok |
Deskripsi | Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever. |
Ukuran File | 22.21 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-08-07 |
Tanggal Publikasi | 2018-08-07 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Michael Taylor |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Tab to Rule Them All", "version": "1.2", "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |