Suite Shortcuts

Lightning fast access to your favourite tools

Co to jest Suite Shortcuts?

Suite Shortcuts to rozszerzenie Chrome opracowane przez _collard, a jego główną funkcją jest „Lightning fast access to your favourite tools”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Suite Shortcuts

Pobierz pliki rozszerzeń Suite Shortcuts 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

                        Create new Documents, Slides or Sheets or open their drive homepage in one click.

Type shortcuts in your browse bar for even faster access:

Create new files
new/doc
new/slide
new/sheet

Go to their drive
go/docs
go/slides
go/sheets                    

Podstawowe informacje o rozszerzeniu

Nazwa Suite Shortcuts Suite Shortcuts
ID fjncmkijpafmbjjbcnkddkgdlifhdofm
Oficjalny URL https://chrome.google.com/webstore/detail/suite-shortcuts/fjncmkijpafmbjjbcnkddkgdlifhdofm
Opis Lightning fast access to your favourite tools
Rozmiar pliku 11.62 KB
Liczba instalacji 71
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-06-15
Data Publikacji 2020-06-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper _collard
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Suite Shortcuts",
    "description": "Lightning fast access to your favourite tools",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/*.bootstrapcdn.com; object-src 'self'"
}