Klim Reader

Kill the noise. Read in peace.

Vad är Klim Reader?

Klim Reader är en Chrome-tillägg utvecklad av https://klim.co.nz, och dess huvudfunktion är "Kill the noise. Read in peace.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Klim Reader-förlängningens CRX-fil

Ladda ner Klim Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Klim Reader Klim Reader
ID ohhhjmgnbneopdlmlhlconocphjmkilf
Officiell webbadress https://chromewebstore.google.com/detail/klim-reader/ohhhjmgnbneopdlmlhlconocphjmkilf
Beskrivning Kill the noise. Read in peace.
Filstorlek 4.33 MB
Antal Installationer 562
Aktuell Version 1.1.2
Senast Uppdaterad 2020-11-22
Publiceringsdatum 2019-04-13
Betyg 4.44/5 Totalt 16 Betyg
Utvecklare https://klim.co.nz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://klim.co.nz/
URL till Sekretesspolicy Sidan https://klim.co.nz/privacy-policy
Stödda Språk 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'"
}