Tab Save

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

什麼是Tab Save?

Tab Save是由naivelocus開發的Chrome擴展程式,該擴展的主要功能是“One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.”。

擴展截圖

screenshot
screenshot
screenshot

下載Tab Save擴展crx文件

下載Tab Save擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Tab Save Tab Save
ID lkngoeaeclaebmpkgapchgjdbaekacki
官方網址 https://chromewebstore.google.com/detail/tab-save/lkngoeaeclaebmpkgapchgjdbaekacki
簡介 One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.
檔案大小 456 KB
安裝次數 101,735
目前版本 1.4.0.2
更新時間 2014-07-01
上架時間 2014-06-30
評分 4.15/5 共 144 次評分
開發者 naivelocus
付費類型 free
擴展官網 https://github.com/lmmx/tabsave/
說明頁面URL https://github.com/lmmx/tabsave/issues
支援的語言 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"
}