Goodreads
New tab for Goodreads
什么是Goodreads?
Goodreads是由pranaypnd开发的Chrome扩展程序,该扩展的主要功能是“New tab for Goodreads”。
扩展截图
下载Goodreads扩展crx文件
下载Goodreads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will replace your new tab page with a goodread shelves page. # How to use 1.Enter your Name and Goodreads user id.(it is the numeric id in your profile url) to display your public shelves. 2. You can choose the shelf and the number of books to display.
扩展基本信息
名称 | |
ID | jdnenpheebfpmepknckkemjaocdanemd |
官方URL | https://chrome.google.com/webstore/detail/goodreads/jdnenpheebfpmepknckkemjaocdanemd |
简介 | New tab for Goodreads |
文件大小 | 85.36 KB |
安装次数 | 25 |
当前版本 | 0.1 |
更新时间 | 2019-05-12 |
上架时间 | 2019-05-12 |
评分 | 5.00/5 共1次评分 |
开发者 | pranaypnd |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goodreads", "description": "New tab for Goodreads", "icons": { "16": "icon.png" }, "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/www.goodreads.com\/*\/", "storage", "tabs" ], "browser_action": { "default_icon": "icon.png" }, "manifest_version": 2 } |