Happy Birthday Chrome Extension
Happy Birthday messages on the web
O que é Happy Birthday Chrome Extension?
Happy Birthday Chrome Extension é uma extensão do Chrome desenvolvida por http://www.web-birthday.com, e sua principal característica é "Happy Birthday messages on the web".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Happy Birthday Chrome Extension
Baixe arquivos de extensão Happy Birthday Chrome Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jkbhpefgmlkkffflkhbhkfeepddjeomi |
URL Oficial | https://chrome.google.com/webstore/detail/happy-birthday-chrome-ext/jkbhpefgmlkkffflkhbhkfeepddjeomi |
Descrição | Happy Birthday messages on the web |
Tamanho do Arquivo | 549 KB |
Contagem de Instalações | 202 |
Versão Atual | 1.0 |
Última Atualização | 2016-06-16 |
Data de Publicação | 2016-06-16 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | http://www.web-birthday.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.web-birthday.com |
URL da Página de Ajuda | http://www.web-birthday.com/faq |
Idiomas Suportados | 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" ] } |