Zoom Fit Google Documents
This extension automatically zoom fits any opened Google document.
什么是Zoom Fit Google Documents?
Zoom Fit Google Documents是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension automatically zoom fits any opened Google document.”。
下载Zoom Fit Google Documents扩展crx文件
下载Zoom Fit Google Documents扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Zoom Fit Google Documents |
ID | kmlpcppfjdeglaelfnnapihcgmnajlbg |
官方URL | https://chromewebstore.google.com/detail/zoom-fit-google-documents/kmlpcppfjdeglaelfnnapihcgmnajlbg |
简介 | This extension automatically zoom fits any opened Google document. |
文件大小 | 48.72 KB |
安装次数 | 20 |
当前版本 | 1.1 |
更新时间 | 2017-12-05 |
上架时间 | 2017-12-05 |
评分 | 5.00/5 共3次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/glaza/ZoomFitGoogleDocs |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zoom Fit Google Documents", "description": "This extension automatically zoom fits any opened Google document.", "version": "1.1", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "https:\/\/docs.google.com\/document\/*" ], "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/*" ], "js": [ "jquery.js", "jquery.simulate.js", "zoomfit.js" ] } ] } |