Hello world extension
The first extension that I made.
Hello world extensionとは何ですか?
Hello world extensionはhttp://sites.google.com/site/khalidjawaidshaikhによって開発されたChromeの拡張機能で、その主な機能は「The first extension that I made.」です。
Hello world extension拡張機能のCRXファイルをダウンロード
Hello world extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Build your own extension by cloning the source to Hello World. Help Google conquer the world. Git Repository. https://github.com/diesire/chrome-extensions-examples
拡張機能の基本情報
名前 | ![]() |
ID | jnipbgpfgcjmafodkpjagkbefhhpcjeg |
公式URL | https://chrome.google.com/webstore/detail/hello-world-extension/jnipbgpfgcjmafodkpjagkbefhhpcjeg |
説明 | The first extension that I made. |
ファイルサイズ | 6.91 KB |
インストール数 | 51 |
現在のバージョン | 1.0 |
最終更新日 | 2014-05-15 |
公開日 | 2014-05-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://sites.google.com/site/khalidjawaidshaikh |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hello world extension", "version": "1.0", "manifest_version": 2, "description": "The first extension that I made.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/api.flickr.com\/" ] } |