Floating Action Button for Google Drive
Adds a shortcut to create your favorite file types in Google Drive!
Τι είναι το Floating Action Button for Google Drive;
Το Floating Action Button for Google Drive είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tom22ger, και η κύρια λειτουργία του είναι "Adds a shortcut to create your favorite file types in Google Drive!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Floating Action Button for Google Drive
Λήψη αρχείων επέκτασης Floating Action Button for Google Drive σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Floating Action Button for Google Drive |
ID | gcmplbpmeilihjhdolgikjoohcffdhio |
Επίσημο URL | https://chromewebstore.google.com/detail/floating-action-button-fo/gcmplbpmeilihjhdolgikjoohcffdhio |
Περιγραφή | Adds a shortcut to create your favorite file types in Google Drive! |
Μέγεθος Αρχείου | 45.77 KB |
Αριθμός Εγκαταστάσεων | 403 |
Τρέχουσα Έκδοση | 0.2.0 |
Τελευταία Ενημέρωση | 2018-07-30 |
Ημερομηνία Δημοσίευσης | 2018-07-30 |
Προγραμματιστής | tom22ger |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |