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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } |