Overlay Timer

ブラウザ画面に覆いかぶさる様にタイマーを表示します

Overlay Timer क्या है?

Overlay Timer ny-24 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ブラウザ画面に覆いかぶさる様にタイマーを表示します"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Overlay Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ブラウザアクションボタンを押すと、アクティブなタブの画面にタイマーを表示します。


LICENSE

・Digital Numbers Font
This Font Software is licensed under the SIL Open Font License, Version 1.1.

Copyright (c) 2015, Stephan Ahlf (https://github.com/s-a/digital-numbers-font [email protected])

http://scripts.sil.org/OFL

・Noto Serif JP
These fonts are licensed under the Open Font License(https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).

You can use them freely in your products & projects - print or digital, commercial or otherwise. However, you can't sell the fonts on their own.

This isn't legal advice, please consider consulting a lawyer and see the full license for all details.                    

एक्सटेंशन की मूल जानकारी

नाम Overlay Timer Overlay Timer
ID lclabkidmmmombhldiffadigbokodbeb
आधिकारिक URL https://chromewebstore.google.com/detail/overlay-timer/lclabkidmmmombhldiffadigbokodbeb
विवरण ブラウザ画面に覆いかぶさる様にタイマーを表示します
फ़ाइल का आकार 5.18 MB
स्थापना संख्या 14
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-07-18
प्रकाशन तिथि 2021-07-17
डेवलपर ny-24
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Overlay Timer",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "\u30d6\u30e9\u30a6\u30b6\u753b\u9762\u306b\u8986\u3044\u304b\u3076\u3055\u308b\u69d8\u306b\u30bf\u30a4\u30de\u30fc\u3092\u8868\u793a\u3057\u307e\u3059",
    "icons": {
        "16": "assets\/images\/ot_016.png",
        "32": "assets\/images\/ot_032.png",
        "48": "assets\/images\/ot_048.png",
        "128": "assets\/images\/ot_128.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/ot_032.png",
        "default_title": "Overlay Timer"
    },
    "background": {
        "scripts": [
            "src\/js\/event.js",
            "src\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/css\/timer.css"
            ],
            "js": [
                "src\/js\/timer\/timerModel.js",
                "src\/js\/timer\/timerDom.js",
                "src\/js\/timer\/timerView.js",
                "src\/js\/timer\/timerController.js",
                "src\/js\/event.js",
                "src\/js\/timer.js",
                "src\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/fonts\/DigitalNumbers-Regular.woff",
        "assets\/fonts\/NotoSerifJP-Black.otf"
    ]
}