Quick Create for Google Drive
Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.
O que é Quick Create for Google Drive?
Quick Create for Google Drive é uma extensão do Chrome desenvolvida por breadleyyost7y, e sua principal característica é "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quick Create for Google Drive
Baixe arquivos de extensão Quick Create for Google Drive 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 Google documents, spreadsheets, forms, presentations and drawings. Supports multiple Google accounts through the options as well as shortcuts to custom templates. The extension is changing the new tab.
Informações Básicas da Extensão
Nome | |
ID | ckcbfnpodigdcbjjmhmolhkhlfbepnca |
URL Oficial | https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca |
Descrição | Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc. |
Tamanho do Arquivo | 47.8 KB |
Contagem de Instalações | 33,964 |
Versão Atual | 3.3 |
Última Atualização | 2020-02-05 |
Data de Publicação | 2020-02-04 |
Classificação | 4.01/5 Total de 148 Avaliações |
Desenvolvedor | breadleyyost7y |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sites.google.com/view/quick-create-for-g-drive/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content_script.js" ], "matches": [ "https:\/\/drive.google.com\/*usetemplate?id=*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Quick Create for Google Drive", "options_page": "options.html", "short_name": "Quick Create for Drive", "version": "3.3", "chrome_url_overrides": { "newtab": "nt.html" } } |