Happy Birthday Chrome Extension

Happy Birthday messages on the web

Happy Birthday Chrome Extensionคืออะไร?

Happy Birthday Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.web-birthday.com และคุณลักษณะหลักของมันคือ "Happy Birthday messages on the web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Happy Birthday Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}