Floating Action Button for Google Drive
Adds a shortcut to create your favorite file types in Google Drive!
Vad är Floating Action Button for Google Drive?
Floating Action Button for Google Drive är en Chrome-tillägg utvecklad av tom22ger, och dess huvudfunktion är "Adds a shortcut to create your favorite file types in Google Drive!".
Tilläggsskärmbilder
Ladda ner Floating Action Button for Google Drive-förlängningens CRX-fil
Ladda ner Floating Action Button for Google Drive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gcmplbpmeilihjhdolgikjoohcffdhio |
| Officiell webbadress | https://chromewebstore.google.com/detail/floating-action-button-fo/gcmplbpmeilihjhdolgikjoohcffdhio |
| Beskrivning | Adds a shortcut to create your favorite file types in Google Drive! |
| Filstorlek | 45.77 KB |
| Antal Installationer | 403 |
| Aktuell Version | 0.2.0 |
| Senast Uppdaterad | 2018-07-30 |
| Publiceringsdatum | 2018-07-30 |
| Utvecklare | tom22ger |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
}
]
} | |