Floating Action Button for Google Drive
Adds a shortcut to create your favorite file types in Google Drive!
Qu'est-ce que Floating Action Button for Google Drive ?
Floating Action Button for Google Drive est une extension Chrome développée par tom22ger, et sa fonction principale est "Adds a shortcut to create your favorite file types in Google Drive!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Floating Action Button for Google Drive
Téléchargez les fichiers d'extension Floating Action Button for Google Drive au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Floating Action Button for Google Drive |
ID | gcmplbpmeilihjhdolgikjoohcffdhio |
URL Officiel | https://chromewebstore.google.com/detail/floating-action-button-fo/gcmplbpmeilihjhdolgikjoohcffdhio |
Description | Adds a shortcut to create your favorite file types in Google Drive! |
Taille du Fichier | 45.77 KB |
Nombre d'Installations | 403 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2018-07-30 |
Date de Publication | 2018-07-30 |
Développeur | tom22ger |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |