Tab List
Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Apa itu Tab List?
Tab List adalah ekstensi Chrome yang dikembangkan oleh 0xfd000000, dan fitur utamanya adalah "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab List
Unduh file ekstensi Tab List 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 is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference. The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs. The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.
Informasi Dasar Ekstensi
Nama | Tab List |
ID | enmppcfapkhgooajfhhemehedijggnnh |
URL Resmi | https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh |
Deskripsi | Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking. |
Ukuran File | 36.36 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0.0.1 |
Terakhir Diperbarui | 2018-04-08 |
Tanggal Publikasi | 2018-04-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | 0xfd000000 |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/0xfd000000/tablist |
URL Halaman Bantuan | https://github.com/0xfd000000/tablist/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab List", "version": "1.0.0.1", "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.", "permissions": [ "tabs", "chrome:\/\/favicon\/*", "downloads" ], "browser_action": { "default_title": "Tabbidy tab-tab", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |