Slides Timer

Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <

Slides Timer क्या है?

Slides Timer https://claycodes.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Pause and restart timers with the d key. Reset timers with the e key. Add $ in a count down or up timer to start it in a paused state. More granular time formatting. 

Be sure to refresh your slides after you install for the timer to work. 

Slides Timer is an extension which will automatically bring timers to life in presented slides. Times placed between << and >> will be replaced with a timer. Use - as the last character to count down from the specified time. Use + to count up from the specified time. use <

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

नाम Slides Timer Slides Timer
ID nfhjdkmpebifdelclimjfaackjhiglpc
आधिकारिक URL https://chromewebstore.google.com/detail/slides-timer/nfhjdkmpebifdelclimjfaackjhiglpc
विवरण Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <
फ़ाइल का आकार 17.04 KB
स्थापना संख्या 111,747
वर्तमान संस्करण 1.27
अंतिम अपडेट 2023-04-07
प्रकाशन तिथि 2020-02-16
रेटिंग 3.33/5 कुल 57 रेटिंग्स
डेवलपर https://claycodes.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.claycodes.org/google-add-onsextensions
सहायता पृष्ठ URL https://www.claycodes.org/google-add-onsextensions
गोपनीयता नीति पृष्ठ URL https://www.claycodes.org/home/privacy-policy
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.27",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/docs.google.com\/presentation*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "offline_enabled": true
}