Floating Action Button for Google Drive
Adds a shortcut to create your favorite file types in Google Drive!
Was ist Floating Action Button for Google Drive?
Floating Action Button for Google Drive ist eine Chrome-Erweiterung, die von tom22ger entwickelt wurde, und ihr Hauptmerkmal ist "Adds a shortcut to create your favorite file types in Google Drive!".
Erweiterungsscreenshots
Floating Action Button for Google Drive-Erweiterungs-CRX-Datei herunterladen
Laden Sie Floating Action Button for Google Drive-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Floating Action Button for Google Drive |
ID | gcmplbpmeilihjhdolgikjoohcffdhio |
Offizielle URL | https://chromewebstore.google.com/detail/floating-action-button-fo/gcmplbpmeilihjhdolgikjoohcffdhio |
Beschreibung | Adds a shortcut to create your favorite file types in Google Drive! |
Dateigröße | 45.77 KB |
Installationsanzahl | 403 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2018-07-30 |
Veröffentlichungsdatum | 2018-07-30 |
Entwickler | tom22ger |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |