Go To Kindle Chrome Extension
This extension will help you read articles in a clean way both on web and your kindle device.
Qu'est-ce que Go To Kindle Chrome Extension ?
Go To Kindle Chrome Extension est une extension Chrome développée par https://gotokindle.com, et sa fonction principale est "This extension will help you read articles in a clean way both on web and your kindle device.".
Télécharger le fichier CRX de l'extension Go To Kindle Chrome Extension
Téléchargez les fichiers d'extension Go To Kindle Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will help you read articles in a clean way both on web and your kindle device.
Informations de Base sur l'Extension
Nom | Go To Kindle Chrome Extension |
ID | nllfeighmhejmmapanljgdndfldkbmnf |
URL Officiel | https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf |
Description | This extension will help you read articles in a clean way both on web and your kindle device. |
Taille du Fichier | 64.77 KB |
Nombre d'Installations | 177 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-10-20 |
Date de Publication | 2017-10-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://gotokindle.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |