Quick Create Plus
Create new files for Google Drive from your browser bar.
What is Quick Create Plus?
Quick Create Plus is a Chrome extension developed by https://www.ignitionedu.com, and its main feature is "Create new files for Google Drive from your browser bar.".
Extension Screenshots
Download Quick Create Plus Extension CRX File
Download Quick Create Plus 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
Create new files for Google Drive from your browser bar. Links include Docs, Sheets, Slides, Drawings, Forms, and Scripts.
Extension Basic Information
Name | Quick Create Plus |
ID | cofbabcghomgglkjdekepjclhojimanb |
Official URL | https://chromewebstore.google.com/detail/quick-create-plus/cofbabcghomgglkjdekepjclhojimanb |
Description | Create new files for Google Drive from your browser bar. |
File Size | 40.7 KB |
Installation Count | 60,469 |
Current Version | 0.2 |
Last Updated | 2017-04-23 |
Publish Date | 2017-04-23 |
Rating | 4.66/5 Total 29 Ratings |
Developer | https://www.ignitionedu.com |
Payment Type | free |
Supported Languages | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_title__", "version": "0.2", "description": "__MSG_description__", "default_locale": "en", "browser_action": { "default_popup": "index.html", "default_icon": "icons\/suite_38.png" }, "permissions": [ "storage" ], "options_page": "options.html", "icons": { "128": "icons\/suite_128.png", "48": "icons\/suite_48.png", "16": "icons\/suite_16.png" } } |