Export Tabs
Export the URL of all opened tabs to text
Apa itu Export Tabs?
Export Tabs adalah ekstensi Chrome yang dikembangkan oleh https://francotecnologia.com, dan fitur utamanya adalah "Export the URL of all opened tabs to text".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Export Tabs
Unduh file ekstensi Export 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
PORTUGUESE Esta extensão foi criada para exportar a URL de todas as abas abertas, permitindo que sejam enviadas rapidamente por e-mail ou salvas num arquivo. Também é possível fazer o processo inverso. Basta colar o texto salvo anteriormente na caixa de texto e clicar em 'Open'. ENGLISH This extension was created to generate a text with the URL of every opened tab to send by mail or save into text file (copy n paste). You can reopen by pasting the saved text into the text box. Comments, bug reports and suggestions will be appreciated! * The source code of this extension is based on Google Chrome Extension Examples.
Informasi Dasar Ekstensi
Nama | Export Tabs |
ID | odafagokkafdbbeojliiojjmimakacil |
URL Resmi | https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil |
Deskripsi | Export the URL of all opened tabs to text |
Ukuran File | 15.57 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-12-15 |
Tanggal Publikasi | 2016-12-15 |
Penilaian | 4.49/5 Total 67 Penilaian |
Pengembang | https://francotecnologia.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Tabs", "version": "1.2", "description": "Export the URL of all opened tabs to text", "icons": { "16": "tabs_io.png", "48": "tabs_io_48.png", "128": "tabs_io_128.png" }, "browser_action": { "default_icon": "tabs_io.png", "default_title": "Export Tabs", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "manifest_version": 2 } |