Reading Glasses

Shows a more focused view of a webpage.

Reading Glasses क्या है?

Reading Glasses colin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a more focused view of a webpage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reading Glasses एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Reading Glasses Reading Glasses
ID jjncchdhgngceellihkchfojlmekodch
आधिकारिक URL https://chromewebstore.google.com/detail/reading-glasses/jjncchdhgngceellihkchfojlmekodch
विवरण Shows a more focused view of a webpage.
फ़ाइल का आकार 7.1 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.2
अंतिम अपडेट 2019-03-05
प्रकाशन तिथि 2019-03-05
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर colin
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}