Zoom Plus
Set precise zoom factor for web pages
什么是Zoom Plus?
Zoom Plus是由liefectoou开发的Chrome扩展程序,该扩展的主要功能是“Set precise zoom factor for web pages”。
扩展截图
下载Zoom Plus扩展crx文件
下载Zoom Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Zoom Plus is a tool for managing zoom for web pages. Build-in zoom functionality works well, but it’s very limited. Zoom Plus extends this functionality. Features: 🌟 Set zoom factor in percent 🌟 Set zoom for a specific web site or for all web sites globally 🌟 Sync settings with other devices with Chromium browsers
扩展基本信息
名称 | |
ID | ajneghihjbebmnljfhlpdmjjpifeaokc |
官方URL | https://chrome.google.com/webstore/detail/zoom-plus/ajneghihjbebmnljfhlpdmjjpifeaokc |
简介 | Set precise zoom factor for web pages |
文件大小 | 322 KB |
安装次数 | 2,394,423 |
当前版本 | 0.7.6 |
更新时间 | 2022-09-12 |
上架时间 | 2021-07-22 |
评分 | 4.54/5 共71次评分 |
开发者 | liefectoou |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/1vpV8QJ3X5e6AhooVn4SGB3dQ0Beg1emMdOfiETBTYI0/edit?usp=sharing |
支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "bg.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_app_desc__", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "manifest_version": 2, "name": "__MSG_app_name__", "permissions": [ "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.7.6" } |