Happy Birthday Chrome Extension

Happy Birthday messages on the web

Qu'est-ce que Happy Birthday Chrome Extension ?

Happy Birthday Chrome Extension est une extension Chrome développée par http://www.web-birthday.com, et sa fonction principale est "Happy Birthday messages on the web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Happy Birthday Chrome Extension

Téléchargez les fichiers d'extension Happy Birthday Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Happy Birthday Chrome Extension Happy Birthday Chrome Extension
ID jkbhpefgmlkkffflkhbhkfeepddjeomi
URL Officiel https://chrome.google.com/webstore/detail/happy-birthday-chrome-ext/jkbhpefgmlkkffflkhbhkfeepddjeomi
Description Happy Birthday messages on the web
Taille du Fichier 549 KB
Nombre d'Installations 202
Version Actuelle 1.0
Dernière Mise à Jour 2016-06-16
Date de Publication 2016-06-16
Évaluation 3.00/5 Total 2 Évaluations
Développeur http://www.web-birthday.com
Type de Paiement free
Site Web de l'Extension http://www.web-birthday.com
URL de la Page d'Aide http://www.web-birthday.com/faq
Langues Prises en Charge 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"
    ]
}