Hello world extension

The first extension that I made.

Hello world extension là gì?

Hello world extension là một tiện ích mở rộng Chrome được phát triển bởi http://sites.google.com/site/khalidjawaidshaikh, và tính năng chính của nó là "The first extension that I made.".

Tải xuống tệp CRX của tiện ích mở rộng Hello world extension

Tải xuống các tệp mở rộng Hello world extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hello world extension Hello world extension
ID jnipbgpfgcjmafodkpjagkbefhhpcjeg
URL Chính Thức https://chrome.google.com/webstore/detail/hello-world-extension/jnipbgpfgcjmafodkpjagkbefhhpcjeg
Mô tả The first extension that I made.
Kích Thước Tệp 6.91 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-05-15
Ngày Phát Hành 2014-05-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://sites.google.com/site/khalidjawaidshaikh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}