Open Tabs
Show open tabs
Apa itu Open Tabs?
Open Tabs adalah ekstensi Chrome yang dikembangkan oleh Syl, dan fitur utamanya adalah "Show open tabs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open Tabs
Unduh file ekstensi Open Tabs 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 is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs Show open tabs: - Go to tab - Close tab - Reload tab - Duplicate tab - Pin/unpin tab - Hide tab The open tabs are updated in real time. Changelog: https://github.com/sylouuu/chrome-open-tabs/releases
Informasi Dasar Ekstensi
Nama | Open Tabs |
ID | cepfpldhbcfaklnnldhoaahgliijehap |
URL Resmi | https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap |
Deskripsi | Show open tabs |
Ukuran File | 34.91 KB |
Jumlah Instalasi | 1,226 |
Versi Saat Ini | 0.3.2 |
Terakhir Diperbarui | 2017-06-22 |
Tanggal Publikasi | 2017-06-22 |
Penilaian | 3.75/5 Total 12 Penilaian |
Pengembang | Syl |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/sylouuu/chrome-open-tabs |
URL Halaman Bantuan | https://github.com/sylouuu/chrome-open-tabs/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "version": "0.3.2", "description": "Show open tabs", "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_48.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "options_page": "html\/options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*.png" ], "permissions": [ "tabs", "storage" ] } |