Google Form Desing Editor
Google Form Desing Editor allows you to alter the document aspect.
什么是Google Form Desing Editor?
Google Form Desing Editor是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Google Form Desing Editor allows you to alter the document aspect.”。
扩展截图
下载Google Form Desing Editor扩展crx文件
下载Google Form Desing Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Google Form Editor, doesn't add visual aspects to your Google Form. It works for modify the Form as such by changing document configuration
扩展基本信息
名称 | Google Form Desing Editor |
ID | nebkelemoemkibpneijjiojkcjehnhmn |
官方URL | https://chromewebstore.google.com/detail/google-form-desing-editor/nebkelemoemkibpneijjiojkcjehnhmn |
简介 | Google Form Desing Editor allows you to alter the document aspect. |
文件大小 | 3.24 KB |
安装次数 | 108 |
当前版本 | 0.1 |
更新时间 | 2020-04-10 |
上架时间 | 2020-04-09 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Form Desing Editor", "version": "0.1", "description": "Google Form Desing Editor allows you to alter the document aspect.", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/forms\/d\/e\/*" ], "js": [ "content.js" ] } ] } |