Goodreads
New tab for Goodreads
What is Goodreads?
Goodreads is a Chrome extension developed by pranaypnd, and its main feature is "New tab for Goodreads".
Extension Screenshots
Download Goodreads Extension CRX File
Download Goodreads 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
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.
Extension Basic Information
Name | |
ID | jdnenpheebfpmepknckkemjaocdanemd |
Official URL | https://chrome.google.com/webstore/detail/goodreads/jdnenpheebfpmepknckkemjaocdanemd |
Description | New tab for Goodreads |
File Size | 85.36 KB |
Installation Count | 25 |
Current Version | 0.1 |
Last Updated | 2019-05-12 |
Publish Date | 2019-05-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | pranaypnd |
Payment Type | free |
Supported Languages | 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 } |