Tab Save

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

Tab Save là gì?

Tab Save là một tiện ích mở rộng Chrome được phát triển bởi naivelocus, và tính năng chính của nó là "One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Save

Tải xuống các tệp mở rộng Tab Save dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Save Tab Save
ID lkngoeaeclaebmpkgapchgjdbaekacki
URL Chính Thức https://chromewebstore.google.com/detail/tab-save/lkngoeaeclaebmpkgapchgjdbaekacki
Mô tả One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI.
Kích Thước Tệp 456 KB
Số Lần Cài Đặt 101,735
Phiên Bản Hiện Tại 1.4.0.2
Cập Nhật Lần Cuối 2014-07-01
Ngày Phát Hành 2014-06-30
Đánh Giá 4.15/5 Tổng số 144 Đánh Giá
Nhà Phát Triển naivelocus
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lmmx/tabsave/
URL Trang Trợ Giúp https://github.com/lmmx/tabsave/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}