Cleartext
Reading help, anywhere on the net
Τι είναι το Cleartext;
Το Cleartext είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cleartext.io, και η κύρια λειτουργία του είναι "Reading help, anywhere on the net".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cleartext
Λήψη αρχείων επέκτασης Cleartext σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Cleartext makes websites easier and faster to read by rewriting difficult sentences. Just visit a web page, click on the Cleartext logo in the bottom right corner, and experience reading joy. Cleartext's aim is - To promote reading joy - To empower all readers - To motivate to read more How do I get Cleartext? Just install by clicking 'Add to Chrome'. Cleartext is now available for you across the web.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cleartext |
ID | dniofbefcoeanhmldcphlmkcmgningim |
Επίσημο URL | https://chromewebstore.google.com/detail/cleartext/dniofbefcoeanhmldcphlmkcmgningim |
Περιγραφή | Reading help, anywhere on the net |
Μέγεθος Αρχείου | 1.15 MB |
Αριθμός Εγκαταστάσεων | 327 |
Τρέχουσα Έκδοση | 1.9.10 |
Τελευταία Ενημέρωση | 2023-02-27 |
Ημερομηνία Δημοσίευσης | 2020-10-06 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://cleartext.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://cleartext.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://cleartext.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://cleartext.io/privacy.html |
Υποστηριζόμενες Γλώσσες | en,da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cleartext", "description": "__MSG_description__", "version": "1.9.10", "default_locale": "en", "icons": { "16": "webplugin-resources\/img\/color-round-16.png", "48": "webplugin-resources\/img\/color-round-48.png", "128": "webplugin-resources\/img\/color-round-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "webplugin-resources\/img\/color-round-128.png", "default_title": "Launch Cleartext", "default_popup": "pages\/main_menu.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", " |