Happy Birthday Chrome Extension

Happy Birthday messages on the web

Happy Birthday Chrome Extension क्या है?

Happy Birthday Chrome Extension http://www.web-birthday.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Happy Birthday messages on the web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Happy Birthday Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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