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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}