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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย naivelocus และคุณลักษณะหลักของมันคือ "One-click download for files from open tabs, lists of URLs, or scholarly article PDFs from their associated DOI."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Save

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}