You're Awesome
You, my friend, are AWESOME!!
You're Awesomeとは何ですか?
You're Awesomeはion developmentによって開発されたChromeの拡張機能で、その主な機能は「You, my friend, are AWESOME!!」です。
拡張機能のスクリーンショット
You're Awesome拡張機能のCRXファイルをダウンロード
You're Awesome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Even if the world lets you down, Smiley face believes in you! Therefore, you are AWESOME! 拡張機能の基本情報
| 名前 | |
| ID | laeeiggflpogehhfijehgfppdmaknnao |
| 公式URL | https://chromewebstore.google.com/detail/youre-awesome/laeeiggflpogehhfijehgfppdmaknnao |
| 説明 | You, my friend, are AWESOME!! |
| ファイルサイズ | 70.25 KB |
| インストール数 | 40 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2015-06-03 |
| 公開日 | 2015-06-03 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | ion development |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.ionic-web-design.ie/go/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/background.js"
]
},
"name": "You're Awesome",
"version": "1.0",
"description": "You, my friend, are AWESOME!!",
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "html\/popup.html",
"default_title": "You are Awesome!"
},
"options_page": "html\/options.html",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png"
},
"manifest_version": 2
} | |