Floating Action Button for Google Drive
Adds a shortcut to create your favorite file types in Google Drive!
Cos'è Floating Action Button for Google Drive?
Floating Action Button for Google Drive è un'estensione di Chrome sviluppata da tom22ger, e la sua funzione principale è "Adds a shortcut to create your favorite file types in Google Drive!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Floating Action Button for Google Drive
Scarica i file di estensione Floating Action Button for Google Drive in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Floating Action Button for Google Drive |
ID | gcmplbpmeilihjhdolgikjoohcffdhio |
URL Ufficiale | https://chromewebstore.google.com/detail/floating-action-button-fo/gcmplbpmeilihjhdolgikjoohcffdhio |
Descrizione | Adds a shortcut to create your favorite file types in Google Drive! |
Dimensione del File | 45.77 KB |
Conteggio Installazioni | 403 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2018-07-30 |
Data di Pubblicazione | 2018-07-30 |
Sviluppatore | tom22ger |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |