Reading Glasses

Shows a more focused view of a webpage.

What is Reading Glasses?

Reading Glasses is a Chrome extension developed by colin, and its main feature is "Shows a more focused view of a webpage.".

Extension Screenshots

screenshot

Download Reading Glasses Extension CRX File

Download Reading Glasses extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Reading Glasses Reading Glasses
ID jjncchdhgngceellihkchfojlmekodch
Official URL https://chromewebstore.google.com/detail/reading-glasses/jjncchdhgngceellihkchfojlmekodch
Description Shows a more focused view of a webpage.
File Size 7.1 KB
Installation Count 38
Current Version 1.2
Last Updated 2019-03-05
Publish Date 2019-03-05
Rating 4.00/5 Total 1 Ratings
Developer colin
Payment Type free
Supported Languages 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"
    ]
}