Booksaver: Highlight to Save Books

Save books and book threads for later. Booksaver is your librarian for the internet

Booksaver: Highlight to Save Booksคืออะไร?

Booksaver: Highlight to Save Books เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://booksaver.co และคุณลักษณะหลักของมันคือ "Save books and book threads for later. Booksaver is your librarian for the internet"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Booksaver: Highlight to Save Books

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

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

                        Booksaver lets you to save books and book threads from the web in just a few clicks. Right click to search for a book and get its information without having to leave the page, save books to your shelf, revisit the recommendation later. 

  - Highlight and right click title and/or author to search for a book
  - Add to your shelf
  - Browse all the books you've wanted to read 
  - Revisit the site you saved the book from

Booksaver's smart functionality allows you to "bookmark" the page you saved your book from! Never again will you struggle to remember where you got a book recommendation from. 

Books can also be purchased through Amazon in just a single click. Disclaimer: Purchases made through Booksaver use an affiliate link, allowing you to support the development of the app without having to donate.                    

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

ชื่อ Booksaver: Highlight to Save Books Booksaver: Highlight to Save Books
ID hagchccjngldonihokhncngknojhabgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/booksaver-highlight-to-sa/hagchccjngldonihokhncngknojhabgc
คำอธิบาย Save books and book threads for later. Booksaver is your librarian for the internet
ขนาดไฟล์ 320 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 1.0.34
อัปเดตครั้งล่าสุด 2022-06-07
วันที่เผยแพร่ 2020-08-15
คะแนน 5.00/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://booksaver.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://booksaver.info
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Booksaver: Highlight to Save Books",
    "description": "Save books and book threads for later. Booksaver is your librarian for the internet",
    "version": "1.0.34",
    "manifest_version": 2,
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}