Go To Kindle Chrome Extension
This extension will help you read articles in a clean way both on web and your kindle device.
Что такое Go To Kindle Chrome Extension?
Go To Kindle Chrome Extension - это расширение Chrome, разработанное https://gotokindle.com, и его основная функция - "This extension will help you read articles in a clean way both on web and your kindle device.".
Скачать файл CRX расширения Go To Kindle Chrome Extension
Скачайте файлы расширений Go To Kindle Chrome Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will help you read articles in a clean way both on web and your kindle device.
Основная информация о расширении
Название | Go To Kindle Chrome Extension |
ID | nllfeighmhejmmapanljgdndfldkbmnf |
Официальный URL | https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf |
Описание | This extension will help you read articles in a clean way both on web and your kindle device. |
Размер файла | 64.77 KB |
Количество установок | 177 |
Текущая Версия | 1.1 |
Последнее Обновление | 2017-10-20 |
Дата публикации | 2017-10-20 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://gotokindle.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go To Kindle Chrome Extension", "short_name": "Go To Kindle", "author": "[email protected]", "description": "This extension will help you read articles in a clean way both on web and your kindle device.", "version": "1.1", "browser_action": { "default_icon": "images\/icon_dark.png" }, "icons": { "48": "images\/icon_dark.png", "128": "images\/icon_dark_128.png", "256": "images\/icon_dark.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": true, "open_in_tab": true }, "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "readability\/pretty.html" ], "permissions": [ "activeTab", "storage", "contextMenus", "http:\/\/gotokindle.com\/" ] } |