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. |
电子邮箱 | [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" ] } |