Send to Kindle
Push news articles, blogs posts and other web content to Kindle devices.
Qu'est-ce que Send to Kindle ?
Send to Kindle est une extension Chrome développée par https://reabble.com, et sa fonction principale est "Push news articles, blogs posts and other web content to Kindle devices.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Send to Kindle
Téléchargez les fichiers d'extension Send to Kindle 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
Push the current web page or your own edited content to your Amazon Kindle wirelessly in just one click. Web version: https://send.reabble.com https://send.reabble.cn (For China 中国) If you prefer Bookmarklet, you can open web version to install it.
Informations de Base sur l'Extension
Nom | Send to Kindle |
ID | hbpbgibkeaekdamphclfbnabodigbjhd |
URL Officiel | https://chromewebstore.google.com/detail/send-to-kindle/hbpbgibkeaekdamphclfbnabodigbjhd |
Description | Push news articles, blogs posts and other web content to Kindle devices. |
Taille du Fichier | 10.95 KB |
Nombre d'Installations | 928 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2023-03-23 |
Date de Publication | 2020-05-28 |
Évaluation | 4.92/5 Total 12 Évaluations |
Développeur | https://reabble.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://send.reabble.com |
URL de la Page d'Aide | https://github.com/oxyry/reabble/issues |
URL de la Page de Politique de Confidentialité | https://send.reabble.com/static/html/privacy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Send to Kindle", "version": "2.1", "description": "Push news articles, blogs posts and other web content to Kindle devices.", "homepage_url": "https:\/\/send.reabble.com", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "default_title": "Send to Kindle" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false } } |