Google Keep Window Resizer
Resize windows in Google Keep
什么是Google Keep Window Resizer?
Google Keep Window Resizer是由FPSE开发的Chrome扩展程序,该扩展的主要功能是“Resize windows in Google Keep”。
扩展截图
下载Google Keep Window Resizer扩展crx文件
下载Google Keep Window Resizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows to resize the active window in Google Keep The changes that you make to a note window's dimensions are persistent with respect to that particular session in Keep. Which is to say, by default (i.e., without this extension or before you resize anything), each time you open a note, Keep determines what size and position to make the window based on its contents. When you install this extension and resize a window, the dimensions that you select are subsequently applied to every note that you open, until you resize a note window again (at which point it goes forward with the new dimensions) or until you navigate away from Keep or close its tab (after which Keep reverts to its default behavior.
扩展基本信息
名称 | Google Keep Window Resizer |
ID | jdhkkkapgdggbnglgficlikfkcbfebec |
官方URL | https://chromewebstore.google.com/detail/google-keep-window-resize/jdhkkkapgdggbnglgficlikfkcbfebec |
简介 | Resize windows in Google Keep |
文件大小 | 7.46 KB |
安装次数 | 2,189 |
当前版本 | 0.1 |
更新时间 | 2019-11-26 |
上架时间 | 2019-11-26 |
评分 | 4.25/5 共8次评分 |
开发者 | FPSE |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Keep Window Resizer", "version": "0.1", "description": "Resize windows in Google Keep", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "icon128.png" ], "content_scripts": [ { "matches": [ "https:\/\/keep.google.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ] } |