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.”。
扩展截图
下载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 |
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", " |