Unclutter — Modern Reader Mode
Read, bookmark, and highlight articles with style.
Co to jest Unclutter — Modern Reader Mode?
Unclutter — Modern Reader Mode to rozszerzenie Chrome opracowane przez https://lindylearn.io, a jego główną funkcją jest „Read, bookmark, and highlight articles with style.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unclutter — Modern Reader Mode
Pobierz pliki rozszerzeń Unclutter — Modern Reader Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ibckhpijbdmdobhhhodkceffdngnglpk |
| Oficjalny URL | https://chromewebstore.google.com/detail/unclutter-%E2%80%94-modern-reader/ibckhpijbdmdobhhhodkceffdngnglpk |
| Opis | Read, bookmark, and highlight articles with style. |
| Rozmiar pliku | 2.31 MB |
| Liczba instalacji | 7,421 |
| Aktualna Wersja | 1.7.5 |
| Ostatnia Aktualizacja | 2023-02-28 |
| Data Publikacji | 2022-03-09 |
| Ocena | 4.81/5 Łącznie 36 Oceny |
| Deweloper | https://lindylearn.io |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://unclutter.lindylearn.io |
| Adres URL Strony Pomocy | https://github.com/lindylearn/unclutter/issues |
| Adres URL Strony Polityki Prywatności | https://github.com/lindylearn/unclutter/blob/main/docs/metrics.md |
| Obsługiwane Języki | 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": [
" | |