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
公式URL 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"
}