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 |
| 电子邮箱 | [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
} | |