Loop Timer

一定時間ごとに通知します。 拡張機能アイコンを右クリックし、オプションから秒単位で時間を設定できます。 Webでテスト問題等を解くときに、1問にかける時間の目安としてお使いいただけます。

What is Loop Timer?

Loop Timer is a Chrome extension developed by shogo, and its main feature is "一定時間ごとに通知します。 拡張機能アイコンを右クリックし、オプションから秒単位で時間を設定できます。 Webでテスト問題等を解くときに、1問にかける時間の目安としてお使いいただけます。".

Extension Screenshots

screenshot

Download Loop Timer Extension CRX File

Download Loop Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        一定時間ごとに通知します。
拡張機能アイコンを右クリックし、オプションから秒単位で時間を設定できます。

Webでテスト問題等を解くときに、1問にかける時間の目安としてお使いいただけます。                    

Extension Basic Information

Name Loop Timer Loop Timer
ID ekninbhajifippihcaipaegcgahcbgna
Official URL https://chromewebstore.google.com/detail/loop-timer/ekninbhajifippihcaipaegcgahcbgna
Description 一定時間ごとに通知します。 拡張機能アイコンを右クリックし、オプションから秒単位で時間を設定できます。 Webでテスト問題等を解くときに、1問にかける時間の目安としてお使いいただけます。
File Size 16.77 KB
Installation Count 38
Current Version 0.1
Last Updated 2021-07-22
Publish Date 2021-07-22
Rating 5.00/5 Total 1 Ratings
Developer shogo
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loop Timer",
    "version": "0.1",
    "browser_action": {
        "default_icon": {
            "48": "white_icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "backgroundScript.js"
        ]
    },
    "icons": {
        "48": "white_icon_48.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}