Kindle Highlights copy-helper
Helps selecting and copying your kindle highlights from kindle.amazon.com website
Qu'est-ce que Kindle Highlights copy-helper ?
Kindle Highlights copy-helper est une extension Chrome développée par Profit Solutions, et sa fonction principale est "Helps selecting and copying your kindle highlights from kindle.amazon.com website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kindle Highlights copy-helper
Téléchargez les fichiers d'extension Kindle Highlights copy-helper 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
Helps selecting and copying your kindle highlights from kindle.amazon.com website
Informations de Base sur l'Extension
Nom | |
ID | nhmldhmgjmkkcekppplefndhbjlgifbo |
URL Officiel | https://chrome.google.com/webstore/detail/kindle-highlights-copy-he/nhmldhmgjmkkcekppplefndhbjlgifbo |
Description | Helps selecting and copying your kindle highlights from kindle.amazon.com website |
Taille du Fichier | 89.22 KB |
Nombre d'Installations | 627 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-09-21 |
Date de Publication | 2015-09-21 |
Évaluation | 3.80/5 Total 5 Évaluations |
Développeur | Profit Solutions |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kindle Highlights copy-helper", "version": "1.2", "description": "Helps selecting and copying your kindle highlights from kindle.amazon.com website", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/kindle.amazon.com\/your_highlights" ], "js": [ "content.js" ] } ], "page_action": { "default_icon": "video-19.png", "default_title": "This page contains Kindle Book Highlights", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "48": "video-48.png", "128": "video-128.png" }, "manifest_version": 2 } |