Reading Glasses
Shows a more focused view of a webpage.
Wat is Reading Glasses?
Reading Glasses is een Chrome-extensie ontwikkeld door colin, en de belangrijkste functie is "Shows a more focused view of a webpage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reading Glasses
Download Reading Glasses-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Reading Glasses |
ID | jjncchdhgngceellihkchfojlmekodch |
Officiële URL | https://chromewebstore.google.com/detail/reading-glasses/jjncchdhgngceellihkchfojlmekodch |
Beschrijving | Shows a more focused view of a webpage. |
Bestandsgrootte | 7.1 KB |
Aantal Installaties | 38 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-03-05 |
Publicatiedatum | 2019-03-05 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | colin |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |