Kindle Beautifier
Kindle Beautifier for Highlights
Qu'est-ce que Kindle Beautifier ?
Kindle Beautifier est une extension Chrome développée par carlyeah, et sa fonction principale est "Kindle Beautifier for Highlights".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kindle Beautifier
Téléchargez les fichiers d'extension Kindle Beautifier 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
Kindle Beautifier is the best way to upgrade your reading experience. It enhance the highlights page, by giving it book covers and grouping all your selections. No more bloated text all around the site. Now, is all about you, what your care and your books, in the clearest way you can imagine. Hope you enjoy it!
Informations de Base sur l'Extension
Nom | Kindle Beautifier |
ID | dpcilgpodpfccjfajmjlhgaefbhkckfk |
URL Officiel | https://chromewebstore.google.com/detail/kindle-beautifier/dpcilgpodpfccjfajmjlhgaefbhkckfk |
Description | Kindle Beautifier for Highlights |
Taille du Fichier | 203 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | carlyeah |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "web_accessible_resources": [ "*.ttf" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/kindle.amazon.com\/your_highlights" ], "js": [ "bower_components\/lodash\/dist\/lodash.min.js", "bower_components\/jquery\/dist\/jquery.min.js", "scripts\/contentscript.js" ], "css": [ "styles\/main.css" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Kindle Beautifier" } } |