Hello World Extension

This extension will display the 'Hello World' to popup.

Hello World Extensionとは何ですか?

Hello World Extensionはcanonによって開発されたChromeの拡張機能で、その主な機能は「This extension will display the 'Hello World' to popup.」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Hello World Extension Hello World Extension
ID cmfmnnedoaboodajabjcipajpgfmaddj
公式URL https://chrome.google.com/webstore/detail/hello-world-extension/cmfmnnedoaboodajabjcipajpgfmaddj
説明 This extension will display the 'Hello World' to popup.
ファイルサイズ 3.06 KB
インストール数 20
現在のバージョン 1.0
最終更新日 2015-09-29
公開日 2015-09-29
評価 5.00/5 合計 2 レビュー
開発者 canon
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hello World Extension",
    "version": "1.0",
    "description": "This extension will display the 'Hello World' to popup.",
    "browser_action": {
        "default_title": "",
        "default_popup": "popup.html"
    }
}