Pomo

Pomodoro Chrome Extention

Pomoとは何ですか?

Pomoはloganwnielsonによって開発されたChromeの拡張機能で、その主な機能は「Pomodoro Chrome Extention」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A pomodoro study timer that is simple and easy to access. Pomo has a 25 minute study timer, 5 minute break timer, and 15 minute break timer. The Pomo icon in the top right corner will appear white when not in use (or paused), red when the timer is active, and change to green when the timer has ended. Additionally, if chrome notifications are enabled a notification banner or alert will appear notifying you that your timer has ended.                    

拡張機能の基本情報

名前 Pomo Pomo
ID bneanonpffbjccglpdobjokkggaokhjc
公式URL https://chromewebstore.google.com/detail/pomo/bneanonpffbjccglpdobjokkggaokhjc
説明 Pomodoro Chrome Extention
ファイルサイズ 230 KB
インストール数 39
現在のバージョン 1.0.0
最終更新日 2023-07-20
公開日 2023-07-19
評価 5.00/5 合計 2 レビュー
開発者 loganwnielson
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomo",
    "description": "Pomodoro Chrome Extention",
    "version": "1.0.0",
    "icons": {
        "16": "white16icon.png",
        "48": "white48icon.png",
        "128": "white128icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "white16icon.png",
            "48": "white48icon.png",
            "128": "white128icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "red16icon.png",
                "green16icon.png",
                "white16icon.png",
                "red48icon.png",
                "green48icon.png",
                "white48icon.png",
                "red128icon.png",
                "green128icon.png",
                "white128icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}