Happy Birthday Chrome Extension

Happy Birthday messages on the web

Happy Birthday Chrome Extension là gì?

Happy Birthday Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi http://www.web-birthday.com, và tính năng chính của nó là "Happy Birthday messages on the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Happy Birthday Chrome Extension

Tải xuống các tệp mở rộng Happy Birthday Chrome 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

                        What exactly do you get?
Happy Birthday Wishes inside any page you visit !

Web-Birthday. A new way to gift your friend!
The Web-Birthday extension is THE great way to surprise others.
Surfing the web become a personal experience ...

You can send it to your friend or even install it on your shared PC. 
Have a day of Net surfing adventure, try to find your Birthday wishes inside articles and among the site images. 

It's fun. It's easy to install, and it's all about your Birthday.
This app can be disabled/enabled with 1 click only!

Enjoy.                    

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

Tên Happy Birthday Chrome Extension Happy Birthday Chrome Extension
ID jkbhpefgmlkkffflkhbhkfeepddjeomi
URL Chính Thức https://chrome.google.com/webstore/detail/happy-birthday-chrome-ext/jkbhpefgmlkkffflkhbhkfeepddjeomi
Mô tả Happy Birthday messages on the web
Kích Thước Tệp 549 KB
Số Lần Cài Đặt 202
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-06-16
Ngày Phát Hành 2016-06-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.web-birthday.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.web-birthday.com
URL Trang Trợ Giúp http://www.web-birthday.com/faq
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Happy Birthday Chrome Extension",
    "short_name": "Web-Birthday",
    "description": "Happy Birthday messages on the web",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "19": ".\/img\/icon19.png",
            "38": ".\/img\/icon38.png"
        },
        "default_title": "Happy Birthday Chrome Extension",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "cscript.js",
                ".\/js\/jquery-2.1.4.min.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus"
    ]
}