clearRead

Extract the body of the article, remove the advertisement, and improve the reading experience.

Τι είναι το clearRead;

Το clearRead είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Extract the body of the article, remove the advertisement, and improve the reading experience.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης clearRead

Λήψη αρχείων επέκτασης clearRead σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        clearRead provides a simple reading mode that removes the influence of reading elements on the page that are not related to the body, allowing you to read articles more focused. The plugin uses shortcut keys to activate and exit the reading mode and supports custom shortcuts.
*** Refresh page after initial installation ***                    

Βασικές Πληροφορίες Επέκτασης

Όνομα clearRead clearRead
ID baloibnlnkndojngfdjgglccifoedkep
Επίσημο URL https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep
Περιγραφή Extract the body of the article, remove the advertisement, and improve the reading experience.
Μέγεθος Αρχείου 130 KB
Αριθμός Εγκαταστάσεων 48
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2018-07-18
Ημερομηνία Δημοσίευσης 2018-07-18
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "clearRead",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Extract the body of the article, remove the advertisement, and improve the reading experience.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "clearRead",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*"
            ],
            "css": [
                "style\/content.css"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}