DO IT

Shia Labeouf: your motivational coach

DO IT là gì?

DO IT là một tiện ích mở rộng Chrome được phát triển bởi Dennis Ideler, và tính năng chính của nó là "Shia Labeouf: your motivational coach".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DO IT

Tải xuống các tệp mở rộng DO IT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DO IT DO IT
ID cnhehlcgdklpoaleccenbnkfimbhdojf
URL Chính Thức https://chromewebstore.google.com/detail/do-it/cnhehlcgdklpoaleccenbnkfimbhdojf
Mô tả Shia Labeouf: your motivational coach
Kích Thước Tệp 12.09 MB
Số Lần Cài Đặt 166
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2017-03-08
Ngày Phát Hành 2017-03-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Dennis Ideler
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}