Crowwwww

A judgmental crow for your browser

Crowwwwwとは何ですか?

Crowwwwwはdavidmaamoaixによって開発されたChromeの拡張機能で、その主な機能は「A judgmental crow for your browser」です。

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

screenshot

Crowwwww拡張機能のCRXファイルをダウンロード

Crowwwww拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The one and only Crow of Judgment, now in your Chrome to judge your life choices.

Crowwwww is a Chrome plugin that keeps you from getting distracted by irrelevant websites during your work. Whenever you look at random websites such as Facebook or YouTube, a judgmental crow will appear to stare at you in the eye, forcing you to reconsider your life decisions and go back to work.


Settings:

- Appear Frequency (seconds): How frequent the crow should appear to judge you.
- Stay Duration (seconds): How long the crow should stay each time. Set to -1 for infinite duration.
- Crow Size: Crows come in all sizes. Select a crow size in the drop-down menu.
- Site List: A list of (work-irrelevant/entertainment) sites on which the crow should appear to remind you to get back to work.
Settings are updated after refreshing the page.                    

拡張機能の基本情報

名前 Crowwwww Crowwwww
ID ijnloopngpeiofbploocgggghjocpgol
公式URL https://chromewebstore.google.com/detail/crowwwww/ijnloopngpeiofbploocgggghjocpgol
説明 A judgmental crow for your browser
ファイルサイズ 150 KB
インストール数 47
現在のバージョン 1.0.0
最終更新日 2021-06-10
公開日 2021-06-09
評価 5.00/5 合計 1 レビュー
開発者 davidmaamoaix
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/davidmaamoaix/crowwwww
ヘルプページのURL https://github.com/davidmaamoaix/crowwwww/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crowwwww",
    "description": "A judgmental crow for your browser",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "page_load.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "16": "\/images\/crow_icon.png",
            "32": "\/images\/crow_icon.png",
            "64": "\/images\/crow_icon.png",
            "128": "\/images\/crow_icon.png"
        }
    },
    "icons": {
        "16": "\/images\/crow_icon.png",
        "32": "\/images\/crow_icon.png",
        "64": "\/images\/crow_icon.png",
        "128": "\/images\/crow_icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "crows\/crow.jpg",
                "crows\/crow_hd.jpg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}