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\/"
]
} | |