Go To Kindle Chrome Extension
This extension will help you read articles in a clean way both on web and your kindle device.
Wat is Go To Kindle Chrome Extension?
Go To Kindle Chrome Extension is een Chrome-extensie ontwikkeld door https://gotokindle.com, en de belangrijkste functie is "This extension will help you read articles in a clean way both on web and your kindle device.".
Download het CRX-bestand van de extensie Go To Kindle Chrome Extension
Download Go To Kindle Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will help you read articles in a clean way both on web and your kindle device.
Basisinformatie over de Extensie
Naam | Go To Kindle Chrome Extension |
ID | nllfeighmhejmmapanljgdndfldkbmnf |
Officiële URL | https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf |
Beschrijving | This extension will help you read articles in a clean way both on web and your kindle device. |
Bestandsgrootte | 64.77 KB |
Aantal Installaties | 177 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-10-20 |
Publicatiedatum | 2017-10-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://gotokindle.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |