Save Tabs
Save your opened tabs as json or plain text
Apa itu Save Tabs?
Save Tabs adalah ekstensi Chrome yang dikembangkan oleh robeeeert, dan fitur utamanya adalah "Save your opened tabs as json or plain text".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save Tabs
Unduh file ekstensi Save 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
Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text. Currently, it includes the following features: - Save open tabs as JSON or plain text - Optionally save the tabs from all open windows - Optionally open the list in a new tab instead of saving it to a file - Optionally change the file name Specials: - Requires minimum permissions - Works completely offline - Does not upload your tab lists to any server
Informasi Dasar Ekstensi
Nama | Save Tabs |
ID | ikpopifiapnnnoggbmhhnnaiiaehnfel |
URL Resmi | https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel |
Deskripsi | Save your opened tabs as json or plain text |
Ukuran File | 12.91 KB |
Jumlah Instalasi | 160 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2017-04-23 |
Tanggal Publikasi | 2017-04-23 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | robeeeert |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/robeeeert/chrome-save-tabs |
URL Halaman Bantuan | https://github.com/robeeeert/chrome-save-tabs/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save Tabs", "description": "Save your opened tabs as json or plain text", "version": "0.2.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ] } |