Tab Save
One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.
Apa itu Tab Save?
Tab Save adalah ekstensi Chrome yang dikembangkan oleh naivelocus, dan fitur utamanya adalah "One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Save
Unduh file ekstensi Tab Save 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 files on display in a window with a single click — handy for grabbing PDFs, images, any filetype you've got open in a tab. Also allows entry of URL lists if you want a quick way to download files without leaving the browser. PDF retrieval for scholarly articles is currently experimental, and ability to filter links on a given webpage by filetype coming soon... Feedback ________ Twitter — @biochemistries Email — [email protected] Open source — github.com/lmmx/tabsave
Informasi Dasar Ekstensi
Nama | Tab Save |
ID | lkngoeaeclaebmpkgapchgjdbaekacki |
URL Resmi | https://chromewebstore.google.com/detail/tab-save/lkngoeaeclaebmpkgapchgjdbaekacki |
Deskripsi | One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI. |
Ukuran File | 456 KB |
Jumlah Instalasi | 101,735 |
Versi Saat Ini | 1.4.0.2 |
Terakhir Diperbarui | 2014-07-01 |
Tanggal Publikasi | 2014-06-30 |
Penilaian | 4.15/5 Total 144 Penilaian |
Pengembang | naivelocus |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/lmmx/tabsave/ |
URL Halaman Bantuan | https://github.com/lmmx/tabsave/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Save", "description": "One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.", "version": "1.4.0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/github.com\/lmmx\/tabsave", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Louis Maddox", "omnibox": { "keyword": "tabsave" }, "permissions": [ "downloads", "tabs", " |