Klim Reader

Kill the noise. Read in peace.

Wat is Klim Reader?

Klim Reader is een Chrome-extensie ontwikkeld door https://klim.co.nz, en de belangrijkste functie is "Kill the noise. Read in peace.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Klim Reader

Download Klim Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Klim Reader Klim Reader
ID ohhhjmgnbneopdlmlhlconocphjmkilf
Officiële URL https://chromewebstore.google.com/detail/klim-reader/ohhhjmgnbneopdlmlhlconocphjmkilf
Beschrijving Kill the noise. Read in peace.
Bestandsgrootte 4.33 MB
Aantal Installaties 562
Huidige Versie 1.1.2
Laatst Bijgewerkt 2020-11-22
Publicatiedatum 2019-04-13
Beoordeling 4.44/5 Totaal 16 Beoordelingen
Ontwikkelaar https://klim.co.nz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://klim.co.nz/
URL van de Privacybeleid Pagina https://klim.co.nz/privacy-policy
Ondersteunde Talen 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'"
}