Quick Create for Google Drive

Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.

什么是Quick Create for Google Drive?

Quick Create for Google Drive是由breadleyyost7y开发的Chrome扩展程序,该扩展的主要功能是“Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.”。

扩展截图

screenshot

下载Quick Create for Google Drive扩展crx文件

下载Quick Create for Google Drive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Quickly create new Google documents, spreadsheets, forms, presentations and drawings. Supports multiple Google accounts through the options as well as shortcuts to custom templates.

The extension is changing the new tab.                    

扩展基本信息

名称 Quick Create for Google Drive Quick Create for Google Drive
ID ckcbfnpodigdcbjjmhmolhkhlfbepnca
官方URL https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca
简介 Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.
文件大小 47.8 KB
安装次数 33,964
当前版本 3.3
更新时间 2020-02-05
上架时间 2020-02-04
评分 4.01/5 共148次评分
开发者 breadleyyost7y
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/quick-create-for-g-drive/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content_script.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/*usetemplate?id=*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Quick Create for Google Drive",
    "options_page": "options.html",
    "short_name": "Quick Create for Drive",
    "version": "3.3",
    "chrome_url_overrides": {
        "newtab": "nt.html"
    }
}