DO IT
Shia Labeouf: your motivational coach
DO ITคืออะไร?
DO IT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dennis Ideler และคุณลักษณะหลักของมันคือ "Shia Labeouf: your motivational coach"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DO IT
ดาวน์โหลดไฟล์ส่วนขยาย 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'"
} | |