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