Unclutter — Modern Reader Mode
Read, bookmark, and highlight articles with style.
Τι είναι το Unclutter — Modern Reader Mode;
Το Unclutter — Modern Reader Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lindylearn.io, και η κύρια λειτουργία του είναι "Read, bookmark, and highlight articles with style.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Unclutter — Modern Reader Mode
Λήψη αρχείων επέκτασης Unclutter — Modern Reader Mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Unclutter is a new kind of reader mode that keeps the visual style of articles intact. Plus it automatically saves articles for you. Instantly in your browser.
➤ Focus: Remove remove everything that's not text from a page.
➤ Customise: Change the text size or enable dark mode everywhere.
➤ Save for later: Manage your reading queue directly in your browser.
➤ Highlight: Select any text to save it. Then search across it later.
This project is Open-Source! Follow the development, suggest features, or contribute at github.com/lindylearn/unclutter Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ibckhpijbdmdobhhhodkceffdngnglpk |
| Επίσημο URL | https://chromewebstore.google.com/detail/unclutter-%E2%80%94-modern-reader/ibckhpijbdmdobhhhodkceffdngnglpk |
| Περιγραφή | Read, bookmark, and highlight articles with style. |
| Μέγεθος Αρχείου | 2.31 MB |
| Αριθμός Εγκαταστάσεων | 7,421 |
| Τρέχουσα Έκδοση | 1.7.5 |
| Τελευταία Ενημέρωση | 2023-02-28 |
| Ημερομηνία Δημοσίευσης | 2022-03-09 |
| Αξιολόγηση | 4.81/5 Συνολικά 36 Αξιολογήσεις |
| Προγραμματιστής | https://lindylearn.io |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://unclutter.lindylearn.io |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/lindylearn/unclutter/issues |
| URL της Σελίδας Πολιτικής Απορρήτου | https://github.com/lindylearn/unclutter/blob/main/docs/metrics.md |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Unclutter \u2014 Modern Reader Mode",
"version": "1.7.5",
"description": "Read, bookmark, and highlight articles with style.",
"homepage_url": "https:\/\/github.com\/lindylearn\/unclutter",
"manifest_version": 3,
"action": {
"default_title": "Unclutter Current Article (Alt+C)"
},
"icons": {
"128": "assets\/icon.png"
},
"permissions": [
"storage",
"scripting"
],
"optional_permissions": [
"contextMenus",
"bookmarks",
"alarms"
],
"host_permissions": [
" | |