Create New

Quickly create new stuff.

O que é Create New?

Create New é uma extensão do Chrome desenvolvida por BrowserNative, e sua principal característica é "Quickly create new stuff.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Create New

Baixe arquivos de extensão Create New no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Create New Create New
ID bakmkgjfiaphnfglphdfkgjllpoolgfh
URL Oficial https://chromewebstore.google.com/detail/create-new/bakmkgjfiaphnfglphdfkgjllpoolgfh
Descrição Quickly create new stuff.
Tamanho do Arquivo 64.77 KB
Contagem de Instalações 1,897
Versão Atual 1.0.2
Última Atualização 2022-02-17
Data de Publicação 2018-05-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor BrowserNative
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://browsernative.com/quick-create-google-docs/
URL da Página de Ajuda https://browsernative.com/quick-create-google-docs/
URL da Página de Política de Privacidade https://browsernative.com/extensions-privacy-policy
Idiomas Suportados 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\/"
}