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은(는) https://booksaver.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save books and book threads for later. Booksaver is your librarian for the internet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Booksaver: Highlight to Save Books 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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