Tab Save

One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.

Wat is Tab Save?

Tab Save is een Chrome-extensie ontwikkeld door naivelocus, en de belangrijkste functie is "One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tab Save

Download Tab Save-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tab Save Tab Save
ID lkngoeaeclaebmpkgapchgjdbaekacki
Officiële URL https://chromewebstore.google.com/detail/tab-save/lkngoeaeclaebmpkgapchgjdbaekacki
Beschrijving One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.
Bestandsgrootte 456 KB
Aantal Installaties 101,735
Huidige Versie 1.4.0.2
Laatst Bijgewerkt 2014-07-01
Publicatiedatum 2014-06-30
Beoordeling 4.15/5 Totaal 144 Beoordelingen
Ontwikkelaar naivelocus
Betalingswijze free
Extensiewebsite https://github.com/lmmx/tabsave/
Help Pagina-URL https://github.com/lmmx/tabsave/issues
Ondersteunde Talen 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",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com; object-src 'self'",
    "options_page": "options.html"
}