Suite Shortcuts

Lightning fast access to your favourite tools

Suite Shortcutsとは何ですか?

Suite Shortcutsは_collardによって開発されたChromeの拡張機能で、その主な機能は「Lightning fast access to your favourite tools」です。

拡張機能のスクリーンショット

screenshot

Suite Shortcuts拡張機能のCRXファイルをダウンロード

Suite Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Suite Shortcuts Suite Shortcuts
ID fjncmkijpafmbjjbcnkddkgdlifhdofm
公式URL https://chrome.google.com/webstore/detail/suite-shortcuts/fjncmkijpafmbjjbcnkddkgdlifhdofm
説明 Lightning fast access to your favourite tools
ファイルサイズ 11.62 KB
インストール数 71
現在のバージョン 1.0
最終更新日 2020-06-15
公開日 2020-06-15
評価 5.00/5 合計 1 レビュー
開発者 _collard
Eメール [email protected]
支払い方法 free
対応言語 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'"
}