DO IT

Shia Labeouf: your motivational coach

DO ITとは何ですか?

DO ITはDennis Idelerによって開発されたChromeの拡張機能で、その主な機能は「Shia Labeouf: your motivational coach」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 DO IT DO IT
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
Eメール [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'"
}