Tab Save
One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.
Hvad er Tab Save?
Tab Save er en Chrome-udvidelse udviklet af naivelocus, og dens hovedfunktion er "One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.".
Udvidelsesskærmbilleder
Download Tab Save-udvidelses-CRX-fil
Download Tab Save-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lkngoeaeclaebmpkgapchgjdbaekacki |
| Officiel URL | https://chromewebstore.google.com/detail/tab-save/lkngoeaeclaebmpkgapchgjdbaekacki |
| Beskrivelse | One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI. |
| Filstørrelse | 456 KB |
| Antal Installationer | 101,735 |
| Nuværende Version | 1.4.0.2 |
| Senest Opdateret | 2014-07-01 |
| Udgivelsesdato | 2014-06-30 |
| Bedømmelse | 4.15/5 Samlet 144 Bedømmelser |
| Udvikler | naivelocus |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/lmmx/tabsave/ |
| Hjælpeside-URL | https://github.com/lmmx/tabsave/issues |
| Understøttede Sprog | 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",
" | |