Suite Shortcuts

Lightning fast access to your favourite tools

Apa itu Suite Shortcuts?

Suite Shortcuts adalah ekstensi Chrome yang dikembangkan oleh _collard, dan fitur utamanya adalah "Lightning fast access to your favourite tools".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Suite Shortcuts

Unduh file ekstensi Suite Shortcuts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Suite Shortcuts Suite Shortcuts
ID fjncmkijpafmbjjbcnkddkgdlifhdofm
URL Resmi https://chrome.google.com/webstore/detail/suite-shortcuts/fjncmkijpafmbjjbcnkddkgdlifhdofm
Deskripsi Lightning fast access to your favourite tools
Ukuran File 11.62 KB
Jumlah Instalasi 71
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-06-15
Tanggal Publikasi 2020-06-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang _collard
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}