Google Form Desing Editor
Google Form Desing Editor allows you to alter the document aspect.
What is Google Form Desing Editor?
Google Form Desing Editor is a Chrome extension developed by Unknown, and its main feature is "Google Form Desing Editor allows you to alter the document aspect.".
Extension Screenshots
Download Google Form Desing Editor Extension CRX File
Download Google Form Desing Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Google Form Editor, doesn't add visual aspects to your Google Form. It works for modify the Form as such by changing document configuration
Extension Basic Information
Name | Google Form Desing Editor |
ID | nebkelemoemkibpneijjiojkcjehnhmn |
Official URL | https://chromewebstore.google.com/detail/google-form-desing-editor/nebkelemoemkibpneijjiojkcjehnhmn |
Description | Google Form Desing Editor allows you to alter the document aspect. |
File Size | 3.24 KB |
Installation Count | 108 |
Current Version | 0.1 |
Last Updated | 2020-04-10 |
Publish Date | 2020-04-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } ] } |