Quick Create Plus
Create new files for Google Drive from your browser bar.
什么是Quick Create Plus?
Quick Create Plus是由https://www.ignitionedu.com开发的Chrome扩展程序,该扩展的主要功能是“Create new files for Google Drive from your browser bar.”。
扩展截图
下载Quick Create Plus扩展crx文件
下载Quick Create Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create new files for Google Drive from your browser bar. Links include Docs, Sheets, Slides, Drawings, Forms, and Scripts.
扩展基本信息
名称 | Quick Create Plus |
ID | cofbabcghomgglkjdekepjclhojimanb |
官方URL | https://chromewebstore.google.com/detail/quick-create-plus/cofbabcghomgglkjdekepjclhojimanb |
简介 | Create new files for Google Drive from your browser bar. |
文件大小 | 40.7 KB |
安装次数 | 60,469 |
当前版本 | 0.2 |
更新时间 | 2017-04-23 |
上架时间 | 2017-04-23 |
评分 | 4.66/5 共29次评分 |
开发者 | https://www.ignitionedu.com |
付费类型 | free |
支持的语言 | 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" } } |