Create a Google Sheet™

This extension creates a new Google Spreadsheet™

O que é Create a Google Sheet™?

Create a Google Sheet™ é uma extensão do Chrome desenvolvida por Thomas Hammerlund, e sua principal característica é "This extension creates a new Google Spreadsheet™".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Create a Google Sheet™

Baixe arquivos de extensão Create a Google Sheet™ 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

                        An extension that does one thing and does it well - it just makes a new Google Spreadsheet when you are signed into your Google Account. When you are not signed into your account it prompts you to sign in. That’s it.

Reasons to use it:
No data is taken from you. 
It’s fast. One click to open a new spreadsheet.
It’s great for teachers. 
I am a teacher and I made this so my young students would not have to fumble around trying to get to different pages to make a new Google Sheet.                    

Informações Básicas da Extensão

Nome Create a Google Sheet™ Create a Google Sheet™
ID egedmciehgdeklkhaegkgjmgiomfoaef
URL Oficial https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef
Descrição This extension creates a new Google Spreadsheet™
Tamanho do Arquivo 6 KB
Contagem de Instalações 33
Versão Atual 0.5
Última Atualização 2021-05-14
Data de Publicação 2021-03-16
Desenvolvedor Thomas Hammerlund
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sites.google.com/view/one-click-extensions/home
URL da Página de Ajuda https://sites.google.com/view/one-click-extensions/how-to
URL da Página de Política de Privacidade https://sites.google.com/view/one-click-extensions/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Sheet\u2122",
    "description": "This extension creates a new Google Spreadsheet\u2122",
    "version": "0.5",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Sheet\u2122"
    },
    "background": {
        "service_worker": "background.js"
    }
}