Goodreads
New tab for Goodreads
Что такое Goodreads?
Goodreads - это расширение Chrome, разработанное pranaypnd, и его основная функция - "New tab for Goodreads".
Снимки экрана расширения
Скачать файл CRX расширения Goodreads
Скачайте файлы расширений 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 } |