SendToKindle AutoClose
Automatically closing window after page sent to kindle
Qu'est-ce que SendToKindle AutoClose ?
SendToKindle AutoClose est une extension Chrome développée par Nikita, et sa fonction principale est "Automatically closing window after page sent to kindle".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SendToKindle AutoClose
Téléchargez les fichiers d'extension SendToKindle AutoClose 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
Automatically closing window after page sent to kindle.
Informations de Base sur l'Extension
Nom | |
ID | danjdgehbfgnnggmapodpnkopeiljoab |
URL Officiel | https://chrome.google.com/webstore/detail/sendtokindle-autoclose/danjdgehbfgnnggmapodpnkopeiljoab |
Description | Automatically closing window after page sent to kindle |
Taille du Fichier | 54.7 KB |
Nombre d'Installations | 45 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2013-10-21 |
Date de Publication | 2013-10-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Nikita |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SendToKindle AutoClose", "description": "Automatically closing window after page sent to kindle", "version": "0.1", "permissions": [ "tabs", "https:\/\/www.amazon.com\/gp\/sendtokindle\/*" ], "manifest_version": 2, "icons": { "16": "icon\/s2k-icon-16.png", "19": "icon\/s2k-icon-19.png", "32": "icon\/s2k-icon-32.png", "64": "icon\/s2k-icon-64.png", "128": "icon\/s2k-icon-128.png", "256": "icon\/s2k-icon-256.png" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/www.amazon.com\/gp\/sendtokindle\/*" ], "run_at": "document_idle" } ] } |