Save my Tabs
Save all tabs at once.
Apa itu Save my Tabs?
Save my Tabs adalah ekstensi Chrome yang dikembangkan oleh SG Web, dan fitur utamanya adalah "Save all tabs at once.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save my Tabs
Unduh file ekstensi Save my 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
The Save my Tabs is an extension that with one click can save all open tabs in your browser. After the click, you have the option of: - Select the tab you want to save - Save to Favorites choosing the directory to be saved or creating a new directory. - Copy to clipboard, which allows it to where you want to paste the links and can send it by email, message, etc.. In addition to saving the tabs that are open in your browser, Save my Tabs has the capability to open multiple tabs content from a list of URL's. You can select a list of URL's and with the right mouse button to choose "Open links in new tabs." by SG Web and Monteverde.
Informasi Dasar Ekstensi
Nama | Save my Tabs |
ID | djadfifncobffjpicnkiegahdiobpaap |
URL Resmi | https://chromewebstore.google.com/detail/save-my-tabs/djadfifncobffjpicnkiegahdiobpaap |
Deskripsi | Save all tabs at once. |
Ukuran File | 25.46 KB |
Jumlah Instalasi | 26,913 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2017-03-13 |
Tanggal Publikasi | 2017-03-13 |
Penilaian | 4.03/5 Total 86 Penilaian |
Pengembang | SG Web |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/wsiqueira/savemytabs-chrome-ext/ |
URL Halaman Bantuan | https://github.com/wsiqueira/savemytabs-chrome-ext/wiki |
Bahasa yang Didukung | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save my Tabs", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 2, "version": "1.0.6", "background": { "scripts": [ "js\/links.js" ] }, "permissions": [ "contextMenus", "bookmarks", "tabs" ], "browser_action": { "default_title": "Save my Tabs", "default_icon": "img\/icons\/icon48.png", "default_popup": "index.html" }, "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" } } |