Time-Money

When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.

Time-Moneyとは何ですか?

Time-MoneyはRoman Rybachukによって開発されたChromeの拡張機能で、その主な機能は「When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        What is the main motivation to perform well That's right - money, money and again, money! 💵💵💵

When you get lazy to work or lose motivation, just start our extension. Time passes and money accrues. 💸💸💸

One of the reasons to use an extension. 🤑 💰💰💰
-The work day has just started and you're not motivated to work today. 
-You have a lot of paid overtime, but you don't feel that money. 
-You just like to see how much you make per hour/day.                    

拡張機能の基本情報

名前 Time-Money Time-Money
ID dmdomffmhgdpmnnlikklieapbbaegkfm
公式URL https://chromewebstore.google.com/detail/time-money/dmdomffmhgdpmnnlikklieapbbaegkfm
説明 When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.
ファイルサイズ 42.46 KB
インストール数 43
現在のバージョン 0.0.0.1
最終更新日 2023-10-01
公開日 2023-10-01
評価 5.00/5 合計 4 レビュー
開発者 Roman Rybachuk
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Time-Money",
    "description": "When you get too lazy to work or lose motivation, just start our extension. Time passes, and money accrues.",
    "version": "0.0.0.1",
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/icons\/icon16.png",
            "32": "\/assets\/icons\/icon32.png",
            "48": "\/assets\/icons\/icon48.png",
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "\/ExtensionBackground.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": false,
            "matches": [
                ""
            ],
            "js": [
                "\/ExtensionContent.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}