Read Mode
Puts Google Chrome into read mode for a pleasant reading experience.
Was ist Read Mode?
Read Mode ist eine Chrome-Erweiterung, die von menteslibres.org entwickelt wurde, und ihr Hauptmerkmal ist "Puts Google Chrome into read mode for a pleasant reading experience.".
Erweiterungsscreenshots
Read Mode-Erweiterungs-CRX-Datei herunterladen
Laden Sie Read Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Just click on the glasses icon in the address bar, the current page will turn into a nice-to-read black on white page allowing you to read without forcing your eyes. Ads and Flash animations are also removed while on read-mode. Click the icon again and everything will go back to normal. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nagcaahojecfeopbghgihcabgiepploa |
| Offizielle URL | https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa |
| Beschreibung | Puts Google Chrome into read mode for a pleasant reading experience. |
| Dateigröße | 174 KB |
| Installationsanzahl | 42,619 |
| Aktuelle Version | 1.0.6 |
| Letztes Update | 2012-09-25 |
| Veröffentlichungsdatum | 2012-09-24 |
| Bewertung | 3.26/5 Insgesamt 372 Bewertungen |
| Entwickler | menteslibres.org |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"background": {
"scripts": [
"json2.js",
"background.js"
]
},
"content_scripts": [
{
"all_frames": true,
"css": [
"reader.css"
],
"js": [
"reader.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Puts Google Chrome into read mode for a pleasant reading experience.",
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png"
},
"manifest_version": 2,
"name": "Read Mode",
"page_action": {
"default_icon": "icon-enabled.png",
"default_title": "Toggle Read Mode."
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.6"
} | |