You are Epic
You, my friend, are EPIC!
什么是You are Epic?
You are Epic是由Apps开发的Chrome扩展程序,该扩展的主要功能是“You, my friend, are EPIC!”。
扩展截图
下载You are Epic扩展crx文件
下载You are Epic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever felt down and need a little encouragement?
Like you're down in the dumps and just need something bright to cheer up your day?
Well, we believe in you and you are EPIC!
This app puts a small button on your browser - each time you press it, something surprisingly nice will happen! :) 扩展基本信息
| 名称 | |
| ID | gldbdikiglleodkcdddffmhmpdfcpkkn |
| 官方URL | https://chromewebstore.google.com/detail/you-are-epic/gldbdikiglleodkcdddffmhmpdfcpkkn |
| 简介 | You, my friend, are EPIC! |
| 文件大小 | 62.11 KB |
| 安装次数 | 206 |
| 当前版本 | 1.3 |
| 更新时间 | 2013-10-04 |
| 上架时间 | 2013-10-04 |
| 评分 | 4.60/5 共10次评分 |
| 开发者 | Apps |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "html\/popup.html",
"default_title": "You are Awesome!"
},
"description": "You, my friend, are EPIC!",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png"
},
"manifest_version": 2,
"name": "You are Epic",
"options_page": "html\/options.html",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3"
} | |