Floating Action Button for Google Drive
Adds a shortcut to create your favorite file types in Google Drive!
O que é Floating Action Button for Google Drive?
Floating Action Button for Google Drive é uma extensão do Chrome desenvolvida por tom22ger, e sua principal característica é "Adds a shortcut to create your favorite file types in Google Drive!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Floating Action Button for Google Drive
Baixe arquivos de extensão Floating Action Button 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
This extension adds an additional button that hovers over your Google Drive window that allows for easy access to create new documents, spreadsheets, and more. Featuring a floating action button that blends right in with Google's Material Design principles.
Informações Básicas da Extensão
Nome | Floating Action Button for Google Drive |
ID | gcmplbpmeilihjhdolgikjoohcffdhio |
URL Oficial | https://chromewebstore.google.com/detail/floating-action-button-fo/gcmplbpmeilihjhdolgikjoohcffdhio |
Descrição | Adds a shortcut to create your favorite file types in Google Drive! |
Tamanho do Arquivo | 45.77 KB |
Contagem de Instalações | 403 |
Versão Atual | 0.2.0 |
Última Atualização | 2018-07-30 |
Data de Publicação | 2018-07-30 |
Desenvolvedor | tom22ger |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Floating Action Button for Google Drive", "version": "0.2.0", "description": "Adds a shortcut to create your favorite file types in Google Drive!", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "web_accessible_resources": [ "DocsIcon.svg", "SheetsIcon.svg", "SlidesIcon.svg", "DrawingsIcon.svg", "FormsIcon.svg", "fab.html" ], "content_scripts": [ { "js": [ "addfab.js" ], "css": [ "fabstylesheet.css" ], "matches": [ "https:\/\/drive.google.com\/drive\/*" ] } ] } |