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
Eメール [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"
    }
}