Happy Birthday Chrome Extension

Happy Birthday messages on the web

什麼是Happy Birthday Chrome Extension?

Happy Birthday Chrome Extension是由http://www.web-birthday.com開發的Chrome擴展程式,該擴展的主要功能是“Happy Birthday messages on the web”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Happy Birthday Chrome Extension擴展crx文件

下載Happy Birthday Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Happy Birthday Chrome Extension Happy Birthday Chrome Extension
ID jkbhpefgmlkkffflkhbhkfeepddjeomi
官方網址 https://chrome.google.com/webstore/detail/happy-birthday-chrome-ext/jkbhpefgmlkkffflkhbhkfeepddjeomi
簡介 Happy Birthday messages on the web
檔案大小 549 KB
安裝次數 202
目前版本 1.0
更新時間 2016-06-16
上架時間 2016-06-16
評分 3.00/5 共 2 次評分
開發者 http://www.web-birthday.com
付費類型 free
擴展官網 http://www.web-birthday.com
說明頁面URL http://www.web-birthday.com/faq
支援的語言 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"
    ]
}