Librarian 2.0

Extension opens GoodReads search page with result from selection text

什么是Librarian 2.0?

Librarian 2.0是由Andrey Shuster开发的Chrome扩展程序,该扩展的主要功能是“Extension opens GoodReads search page with result from selection text”。

扩展截图

screenshot
screenshot

下载Librarian 2.0扩展crx文件

下载Librarian 2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Librarian 2.0 Librarian 2.0
ID dahcbnjeekkjcmkhehpiilalhimlfaha
官方URL https://chrome.google.com/webstore/detail/librarian-20/dahcbnjeekkjcmkhehpiilalhimlfaha
简介 Extension opens GoodReads search page with result from selection text
文件大小 9.21 KB
安装次数 103
当前版本 0.2.0
更新时间 2018-04-16
上架时间 2018-04-16
评分 3.00/5 共2次评分
开发者 Andrey Shuster
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/andreyshuster/librarian20
帮助页面URL https://github.com/andreyshuster/librarian20
支持的语言 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
    }
}