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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" ] } |