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
官方網址 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
電子郵箱 [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\/"
}