Hello Extensions

Base Level Extension

Hello Extensionsとは何ですか?

Hello Extensionsはayusvermaによって開発されたChromeの拡張機能で、その主な機能は「Base Level Extension」です。

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

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

拡張機能の使用方法

                        YouTube playlist App                    

拡張機能の基本情報

名前 Hello Extensions Hello Extensions
ID claglfdmaggmpnfclliionpickiijhco
公式URL https://chrome.google.com/webstore/detail/hello-extensions/claglfdmaggmpnfclliionpickiijhco
説明 Base Level Extension
ファイルサイズ 3.61 KB
インストール数 28
現在のバージョン 1.0
最終更新日 2018-03-25
公開日 2018-03-25
開発者 ayusverma
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hello Extensions",
    "description": "Base Level Extension",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "hello.html",
        "default_icon": "hello_extensions.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    }
}