Librarian 2.0

Extension opens GoodReads search page with result from selection text

What is Librarian 2.0?

Librarian 2.0 is a Chrome extension developed by Andrey Shuster, and its main feature is "Extension opens GoodReads search page with result from selection text".

Extension Screenshots

screenshot
screenshot

Download Librarian 2.0 Extension CRX File

Download Librarian 2.0 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Small context menu opens Goodreads or Flibusta search page with selected text                    

Extension Basic Information

Name Librarian 2.0 Librarian 2.0
ID dahcbnjeekkjcmkhehpiilalhimlfaha
Official URL https://chrome.google.com/webstore/detail/librarian-20/dahcbnjeekkjcmkhehpiilalhimlfaha
Description Extension opens GoodReads search page with result from selection text
File Size 9.21 KB
Installation Count 103
Current Version 0.2.0
Last Updated 2018-04-16
Publish Date 2018-04-16
Rating 3.00/5 Total 2 Ratings
Developer Andrey Shuster
Email [email protected]
Payment Type free
Extension Website https://github.com/andreyshuster/librarian20
Help Page URL https://github.com/andreyshuster/librarian20
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Librarian 2.0",
    "version": "0.2.0",
    "description": "Extension opens GoodReads search page with result from selection text",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*.goodreads.com\/",
        "*:\/\/*.flibusta.is\/"
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}