Create New

Quickly create new stuff.

Create New란 무엇입니까?

Create New은(는) BrowserNative에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly create new stuff."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Create New 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/"
}