Shortcuts for Google products

Switch between Google products

Shortcuts for Google productsとは何ですか?

Shortcuts for Google productsはvisshによって開発されたChromeの拡張機能で、その主な機能は「Switch between Google products」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Shortcuts for Google products Shortcuts for Google products
ID ckecjaicflfglkpindmacedgoafjpekb
公式URL https://chrome.google.com/webstore/detail/shortcuts-for-google-prod/ckecjaicflfglkpindmacedgoafjpekb
説明 Switch between Google products
ファイルサイズ 8.52 KB
インストール数 406
現在のバージョン 0.1.5
最終更新日 2018-07-15
公開日 2018-07-15
評価 3.00/5 合計 2 レビュー
開発者 vissh
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/vissh/shortcuts-for-google-products
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shortcuts for Google products",
    "version": "0.1.5",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon16b2.png",
        "default_title": "__MSG_default_title__",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16b2.png",
        "48": "icons\/project_icon48.png",
        "128": "icons\/project_icon128.png"
    },
    "permissions": [
        ""
    ]
}