Just do it!
Get motivated
什么是Just do it!?
Just do it!是由MlgApps_s.r.i开发的Chrome扩展程序,该扩展的主要功能是“Get motivated”。
扩展截图
下载Just do it!扩展crx文件
下载Just do it!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get motivated to finish the work you have started through the words of Shia LaBeouf. 扩展基本信息
| 名称 | |
| ID | hclflnemjmbjnohglfdbmmlmlbpemaij |
| 官方URL | https://chromewebstore.google.com/detail/just-do-it/hclflnemjmbjnohglfdbmmlmlbpemaij |
| 简介 | Get motivated |
| 文件大小 | 302 KB |
| 安装次数 | 1,039 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-11-09 |
| 上架时间 | 2015-11-08 |
| 评分 | 4.39/5 共18次评分 |
| 开发者 | MlgApps_s.r.i |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Just do it!",
"description": "Get motivated",
"version": "1.0",
"browser_action": {
"default_icon": "logo.png",
"default_title": "Just Do it"
},
"background": {
"scripts": [
"audio.js"
],
"persistent": false
}
} | |