Tab Save

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

Qu'est-ce que Tab Save ?

Tab Save est une extension Chrome développée par naivelocus, et sa fonction principale est "One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Save

Téléchargez les fichiers d'extension Tab Save au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tab Save Tab Save
ID lkngoeaeclaebmpkgapchgjdbaekacki
URL Officiel https://chromewebstore.google.com/detail/tab-save/lkngoeaeclaebmpkgapchgjdbaekacki
Description One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.
Taille du Fichier 456 KB
Nombre d'Installations 101,735
Version Actuelle 1.4.0.2
Dernière Mise à Jour 2014-07-01
Date de Publication 2014-06-30
Évaluation 4.15/5 Total 144 Évaluations
Développeur naivelocus
Type de Paiement free
Site Web de l'Extension https://github.com/lmmx/tabsave/
URL de la Page d'Aide https://github.com/lmmx/tabsave/issues
Langues Prises en Charge 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"
}