Single Tab Zoom
Prevents zooming from being applied to an entire site.
什么是Single Tab Zoom?
Single Tab Zoom是由Daniel Herr开发的Chrome扩展程序,该扩展的主要功能是“Prevents zooming from being applied to an entire site.”。
下载Single Tab Zoom扩展crx文件
下载Single Tab Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Overrides Chrome's default behavior of applying zoom so that it is only applied to the current tab. Existing site zoom settings may need to be removed at chrome://settings/contentExceptions#zoomlevels
扩展基本信息
名称 | Single Tab Zoom |
ID | palhkglkelpleoalemmjdhbdckkikjmo |
官方URL | https://chromewebstore.google.com/detail/single-tab-zoom/palhkglkelpleoalemmjdhbdckkikjmo |
简介 | Prevents zooming from being applied to an entire site. |
文件大小 | 4.7 KB |
安装次数 | 1,010 |
当前版本 | 2017.40 |
更新时间 | 2017-02-10 |
上架时间 | 2017-02-09 |
评分 | 3.17/5 共23次评分 |
开发者 | Daniel Herr |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://danielherr.github.io |
帮助页面URL | https://github.com/DanielHerr/Single-Tab-Zoom/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "main.js" ] }, "author": "Daniel Herr", "description": "Prevents zooming from being applied to an entire site.", "icons": { "128": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "42", "name": "Single Tab Zoom", "version": "2017.40" } |