runTimers

Run multiple timers in a single browser tab

runTimers क्या है?

runTimers jashua212 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Run multiple timers in a single browser tab"।

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

screenshot
screenshot

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

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

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

                        • Each timer can be a progress timer or a countdown timer.

• You can create countdown timers by setting either their durations (the length of time to count down from) or their end times.

• You can add a countdown timer to your Google Calendar by clicking on the timer's end time button. The button appears in either the Post time or Remaining time column.

• Your timer data is kept only in your browser's local storage — rather than on some server.

• The extension needs permission to your "tabs" so that it can avoid opening multiple runTimers tabs.

• You can format a timer's description by selecting its text and pressing Ctrl+B, Ctrl+I or Ctrl+U.

• Unless disabled in "Optional settings," runTimers will play a sound and show a desktop notification when a countdown timer ends. The runTimers tab must be opened in your browser — though the tab need not be active. By default, desktop notifications will remain open until you click on them.

• You can use the Targeting tool to create a countdown timer whose duration is a projection of the length of time needed to attain a target level (at a constant hourly earn/growth rate, and net of any current level).                    

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

नाम runTimers runTimers
ID dbbfgoopcfgbphhjmlibkbmgoeekjipd
आधिकारिक URL https://chromewebstore.google.com/detail/runtimers/dbbfgoopcfgbphhjmlibkbmgoeekjipd
विवरण Run multiple timers in a single browser tab
फ़ाइल का आकार 376 KB
स्थापना संख्या 392
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-06-23
प्रकाशन तिथि 2020-06-23
रेटिंग 4.63/5 कुल 8 रेटिंग्स
डेवलपर jashua212
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://alternote.github.io/Privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/run19.png"
        },
        "default_title": "runTimers"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Run multiple timers in a single browser tab",
    "icons": {
        "16": "img\/run16.png",
        "48": "img\/run48.png",
        "112": "img\/run112.png",
        "128": "img\/run128.png"
    },
    "manifest_version": 2,
    "name": "runTimers",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "notifications"
    ],
    "version": "1.0.0"
}