Klim Reader
Kill the noise. Read in peace.
Qu'est-ce que Klim Reader ?
Klim Reader est une extension Chrome développée par https://klim.co.nz, et sa fonction principale est "Kill the noise. Read in peace.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Klim Reader
Téléchargez les fichiers d'extension Klim Reader 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
Klim Reader lets you read in peace by stripping the junk from the page. You can choose Klim fonts, change the background and set the font size as you wish. This is reading as it should be.
Informations de Base sur l'Extension
Nom | Klim Reader |
ID | ohhhjmgnbneopdlmlhlconocphjmkilf |
URL Officiel | https://chromewebstore.google.com/detail/klim-reader/ohhhjmgnbneopdlmlhlconocphjmkilf |
Description | Kill the noise. Read in peace. |
Taille du Fichier | 4.33 MB |
Nombre d'Installations | 562 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2020-11-22 |
Date de Publication | 2019-04-13 |
Évaluation | 4.44/5 Total 16 Évaluations |
Développeur | https://klim.co.nz |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://klim.co.nz/ |
URL de la Page de Politique de Confidentialité | https://klim.co.nz/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Klim Reader", "description": "Kill the noise. Read in peace.", "version": "1.1.2", "version_name": "1.1.2", "author": "klim.co.nz", "browser_action": { "default_icon": "icons\/icon.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "templates\/*", "fonts\/*", "css\/*", "app.html", "app.js", "utils.js" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |