Reading Glasses
Shows a more focused view of a webpage.
Reading Glassesとは何ですか?
Reading Glassesはcolinによって開発されたChromeの拡張機能で、その主な機能は「Shows a more focused view of a webpage.」です。
拡張機能のスクリーンショット
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 |
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" ] } |