OneTabPlus
Do away with so many tabs...
Apa itu OneTabPlus?
OneTabPlus adalah ekstensi Chrome yang dikembangkan oleh sandeepkgupta007, dan fitur utamanya adalah "Do away with so many tabs...".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OneTabPlus
Unduh file ekstensi OneTabPlus 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
1. Collapses all open tabs to one tab. 2. Allows opening of website specific tabs 3. You can continue your browsing from different machine by signing in chrome. Please see FAQs at options page.
Informasi Dasar Ekstensi
Nama | OneTabPlus |
ID | pkgjcioebdojinlofdpcppaajkkdepbf |
URL Resmi | https://chromewebstore.google.com/detail/onetabplus/pkgjcioebdojinlofdpcppaajkkdepbf |
Deskripsi | Do away with so many tabs... |
Ukuran File | 282 KB |
Jumlah Instalasi | 227 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 2.71/5 Total 7 Penilaian |
Pengembang | sandeepkgupta007 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneTabPlus", "description": "Do away with so many tabs...", "version": "1.0.1", "background": { "scripts": [ "jquery-3.1.1.min.js", "background.js" ] }, "browser_action": { "default_title": "Click to collapse all tabs into one!", "default_icon": "icon_0.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |