Reading Glasses

Shows a more focused view of a webpage.

什麼是Reading Glasses?

Reading Glasses是由colin開發的Chrome擴展程式,該擴展的主要功能是“Shows a more focused view of a webpage.”。

擴展截圖

screenshot

下載Reading Glasses擴展crx文件

下載Reading Glasses擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}