Floating Action Button for Google Drive

Adds a shortcut to create your favorite file types in Google Drive!

Co to jest Floating Action Button for Google Drive?

Floating Action Button for Google Drive to rozszerzenie Chrome opracowane przez tom22ger, a jego główną funkcją jest „Adds a shortcut to create your favorite file types in Google Drive!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Floating Action Button for Google Drive

Pobierz pliki rozszerzeń Floating Action Button for Google Drive w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Floating Action Button for Google Drive Floating Action Button for Google Drive
ID gcmplbpmeilihjhdolgikjoohcffdhio
Oficjalny URL https://chromewebstore.google.com/detail/floating-action-button-fo/gcmplbpmeilihjhdolgikjoohcffdhio
Opis Adds a shortcut to create your favorite file types in Google Drive!
Rozmiar pliku 45.77 KB
Liczba instalacji 403
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2018-07-30
Data Publikacji 2018-07-30
Deweloper tom22ger
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}