DO IT
Shia Labeouf: your motivational coach
什么是DO IT?
DO IT是由Dennis Ideler开发的Chrome扩展程序,该扩展的主要功能是“Shia Labeouf: your motivational coach”。
扩展截图
下载DO IT扩展crx文件
下载DO IT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shia as a Service (SaaS)
Sometimes the best motivation is getting Shia to shout at us on demand.
But wait, there's more!
- No tracking!
- No ads!
- Open source!
https://github.com/dideler/do-it
Disclaimer: I cannot be held liable for whatever Shia convinces you to do. 扩展基本信息
| 名称 | |
| ID | cnhehlcgdklpoaleccenbnkfimbhdojf |
| 官方URL | https://chromewebstore.google.com/detail/do-it/cnhehlcgdklpoaleccenbnkfimbhdojf |
| 简介 | Shia Labeouf: your motivational coach |
| 文件大小 | 12.09 MB |
| 安装次数 | 166 |
| 当前版本 | 0.3 |
| 更新时间 | 2017-03-08 |
| 上架时间 | 2017-03-08 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Dennis Ideler |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "0.3",
"manifest_version": 2,
"icons": {
"16": "icons\/icon-16.png",
"128": "icons\/icon-128.png"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"19": "icons\/icon-19.png",
"38": "icons\/icon-38.png"
},
"default_title": "What are you waiting for?"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"activeTab"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"bower_components\/jquery\/jquery.min.js"
],
"css": [
"styles\/main.css"
]
}
],
"web_accessible_resources": [
"assets\/*",
"icons\/*",
"styles\/main.css"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |