Create New

Quickly create new stuff.

Create Newとは何ですか?

Create NewはBrowserNativeによって開発されたChromeの拡張機能で、その主な機能は「Quickly create new stuff.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Quickly create new documents and other cool things. Create new Google Docs, Google Sheets, Microsoft Word document, GitHub Gist and many more.

Visit https://browsernative.com/quick-create-google-docs/  for more information.

Created by BrowserNative. Not Affiliated with Google.                    

拡張機能の基本情報

名前 Create New Create New
ID bakmkgjfiaphnfglphdfkgjllpoolgfh
公式URL https://chromewebstore.google.com/detail/create-new/bakmkgjfiaphnfglphdfkgjllpoolgfh
説明 Quickly create new stuff.
ファイルサイズ 64.77 KB
インストール数 1,897
現在のバージョン 1.0.2
最終更新日 2022-02-17
公開日 2018-05-07
評価 5.00/5 合計 3 レビュー
開発者 BrowserNative
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://browsernative.com/quick-create-google-docs/
ヘルプページのURL https://browsernative.com/quick-create-google-docs/
プライバシーポリシーページのURL https://browsernative.com/extensions-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Create New",
    "description": "Quickly create new stuff.",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "128": "static\/extension-128.png",
        "48": "static\/extension-48.png"
    },
    "action": {
        "default_icon": {
            "128": "static\/extension-128.png",
            "48": "static\/extension-48.png"
        },
        "default_title": "Create New",
        "default_popup": "\/html\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "\/html\/options.html",
        "open_in_tab": true
    },
    "commands": {
        "launch-docs": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Create New Google Docs File"
        },
        "launch-sheets": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Create New Google Sheets File"
        },
        "launch-slides": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Create New Google Slides File"
        }
    },
    "homepage_url": "https:\/\/browsernative.com\/quick-create-google-docs\/"
}