Create Google Docs

Create Google Docs

Create Google Docsとは何ですか?

Create Google Docsはsatoshixseaによって開発されたChromeの拡張機能で、その主な機能は「Create Google Docs」です。

拡張機能のスクリーンショット

screenshot
screenshot

Create Google Docs拡張機能のCRXファイルをダウンロード

Create Google Docs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Google driveの各ファイルを作成する拡張機能です。
右上のアイコンとコンテキストメニューから作成できます。
DC=Document
SS=Spreadsheet
PT=Presentation
FO=Form
DW=Drawing
SC=Script
My Drive=My Driveへジャンプ                    

拡張機能の基本情報

名前 Create Google Docs Create Google Docs
ID mgealjdnniclkdecdodfiinjgjifjbfo
公式URL https://chromewebstore.google.com/detail/create-google-docs/mgealjdnniclkdecdodfiinjgjifjbfo
説明 Create Google Docs
ファイルサイズ 128 KB
インストール数 315
現在のバージョン 1.4
最終更新日 2016-05-21
公開日 2016-05-21
評価 4.00/5 合計 1 レビュー
開発者 satoshixsea
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sites.google.com/site/xesachromeex/contextmenu/create-new-docs
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Create Google Docs",
    "version": "1.4",
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2,
    "description": "Create Google Docs",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "Create Google Docs",
        "default_popup": "popup.html"
    }
}