Reading Glasses
Shows a more focused view of a webpage.
Co je Reading Glasses?
Reading Glasses je rozšíření Chrome vyvinuté colin, a jeho hlavní funkcí je „Shows a more focused view of a webpage.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reading Glasses
Stáhněte si soubory rozšíření Reading Glasses ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Simple browser extension to generate a, hopefully, more readable and focused template. This is a general solution so unfortunately it does not solve the problem perfectly for all web content. Could also be useful for consolidating web text to be copy and pasted into a text file. Should also be helpful reducing clutter on certain websites if you don't run any adblock software. Základní Informace o Rozšíření
| Název | |
| ID | jjncchdhgngceellihkchfojlmekodch |
| Oficiální URL | https://chromewebstore.google.com/detail/reading-glasses/jjncchdhgngceellihkchfojlmekodch |
| Popis | Shows a more focused view of a webpage. |
| Velikost souboru | 7.1 KB |
| Počet instalací | 38 |
| Aktuální Verze | 1.2 |
| Poslední Aktualizace | 2019-03-05 |
| Datum Vydání | 2019-03-05 |
| Hodnocení | 4.00/5 Celkem 1 Hodnocení |
| Vývojář | colin |
| Typ Platby | free |
| Podporované Jazyky | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reading Glasses",
"description": "Shows a more focused view of a webpage.",
"version": "1.2",
"manifest_version": 2,
"browser_action": {
"default_title": "Reading Glasses",
"default_icon": {
"16": "images\/reading16.png",
"48": "images\/reading48.png",
"128": "images\/reading128.png"
}
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab"
],
"icons": {
"16": "images\/reading16.png",
"48": "images\/reading48.png",
"128": "images\/reading128.png"
},
"web_accessible_resources": [
"dialog.css"
]
} | |