ZoomEd
Zoom in on any part of a webpage.
ZoomEdとは何ですか?
ZoomEdはMr. Teachnology Inc.によって開発されたChromeの拡張機能で、その主な機能は「Zoom in on any part of a webpage.」です。
拡張機能のスクリーンショット
ZoomEd拡張機能のCRXファイルをダウンロード
ZoomEd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ZoomEd by Mr. Teachnology / Jay Murphy ZoomEd allows the user to Zoom in on any part of a webpage. Adjust the zoom magnification to your desired strength and lens size. Read and view images with more clarity than ever before. Enhance your focus and bring your viewing content up close and personal.
拡張機能の基本情報
名前 | ZoomEd |
ID | dbeojleeifhpnpfpeigcaldkjokibibi |
公式URL | https://chromewebstore.google.com/detail/zoomed/dbeojleeifhpnpfpeigcaldkjokibibi |
説明 | Zoom in on any part of a webpage. |
ファイルサイズ | 161 KB |
インストール数 | 363 |
現在のバージョン | 1.3 |
最終更新日 | 2020-07-03 |
公開日 | 2020-07-03 |
評価 | 3.93/5 合計 14 レビュー |
開発者 | Mr. Teachnology Inc. |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.jaymurphy.org |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZoomEd", "version": "1.3", "manifest_version": 2, "description": "Zoom in on any part of a webpage.", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/logo.png", "default_title": "ZoomEd" }, "permissions": [ "storage", "activeTab" ], "background": { "persistent": true, "page": "background.html" }, "web_accessible_resources": [ "zoomed\/index.html" ] } |