Library

Save it for later with Library

Libraryคืออะไร?

Library เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getlibrary.com และคุณลักษณะหลักของมันคือ "Save it for later with Library"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Library ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Library is a simple way to save news articles, stories, videos, quizzes—any content from anywhere on the web—with just a click. Later, when you want to revisit that content, it’s right there waiting for you. 

Read it later

Suggested articles, long reads, or anything you don’t have time for right now—Library saves it for you in one place.

Easy to use

Just click the Library icon in Chrome or right click a link or page and select “Save to Library”. 

Read it your way

Read your content in Library’s clean interface or on the website you originally saved it from.

Find better content

Discover great articles and stories from around the web that Library curates just for you. 

Anywhere, anytime

Library lets you access your saved content on any device with a web browser and an internet connection. 

Stay organized

Sort all of your saved content by tags, and even import your bookmarks to keep track of what’s important to you.

Find your stuff easily

A built in search function makes it easy to find the saved content you’re looking for.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Library Library
ID hbhhpedkdcnjiaefdlilbhpbombjnkaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/library/hbhhpedkdcnjiaefdlilbhpbombjnkaj
คำอธิบาย Save it for later with Library
ขนาดไฟล์ 6.4 MB
จำนวนการติดตั้ง 687
เวอร์ชันปัจจุบัน 1.2.13
อัปเดตครั้งล่าสุด 2021-08-21
วันที่เผยแพร่ 2021-01-17
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://getlibrary.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getlibrary.com
URL หน้าช่วยเหลือ https://getlibrary.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://getlibrary.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Library",
    "description": "Save it for later with Library",
    "version": "1.2.13",
    "permissions": [
        "activeTab",
        "bookmarks",
        "contextMenus",
        "storage",
        "tabs",
        "alarms",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": {
        "save-link-action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            },
            "description": "Save Link to Library"
        }
    },
    "icons": {
        "16": "static\/logo-light.png",
        "48": "static\/[email protected]",
        "128": "static\/[email protected]"
    },
    "content_scripts": [
        {
            "css": [
                "static\/fonts.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "sync_auth.js"
            ],
            "matches": [
                "*:\/\/app.getlibrary.com\/*",
                "*:\/\/uat-app.getlibrary.com\/*",
                "*:\/\/getlibrary.local\/*",
                "*:\/\/local.getlibrary.com\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.getlibrary.com\/*",
            "*:\/\/uat-app.getlibrary.com\/*",
            "*:\/\/facty.com\/*",
            "*:\/\/facty.local\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Library"
    },
    "web_accessible_resources": [
        "static\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}