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
官方網址 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"
    }
}