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ファイルをダウンロード

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
Eメール [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'"
}