Browser timer alert

Place a timer alert on a tab, very useful of you want to return to a tab after a specific number of seconds.

ما هو Browser timer alert؟

Browser timer alert هو إضافة Chrome تم تطويرها بواسطة https://flashsoft.eu، والميزة الرئيسية لها هي "Place a timer alert on a tab, very useful of you want to return to a tab after a specific number of seconds.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Browser timer alert

قم بتنزيل ملفات الامتداد Browser timer alert بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension is designed to help you know when you have to return to a tab, after a specific time of inactivity, setting the amount of inactivity time and the timer is done from the extension button.

The alert can consist of two modes, one is required and it will change the icon of the tab that you want to receive an alert to an animated blinker, and one is optional, a short audio notification that can be tested on the options page.

With this extension you can place an alert timer on any tab you want and after you leave the tab the timer will trigger and when the timer will reach 0 seconds it will fire an alert.

    This extension can be used in scenarios like this:
        • an online exam when you have to return to a tab in x seconds
        • waiting for a download link to be prepared
        • in case of remote work when you need to check a tab frequently

 With the default setting the alert will be reactivated on the same tab after you leave that tab, if you want to be alerted only once change the settings.
  It works with multiple tabs but is not recommended to set on many tabs especially using audio it may be confusing.
   
𝐏𝐫𝐢𝐯𝐚𝐜𝐲 𝐏𝐨𝐥𝐢𝐜𝐲:
    • This extension does not collect any data form your device.
    • This extension does not use external files, everything is packed into the extension.
    • These are the permissions from extension manifest:  ["activeTab", "declarativeContent", "storage", "webRequest", "webRequestBlocking", ";", "http://*/*", "https://*/*"], these permissions are necessary in order to perform the alerting on a specific tab.
    • If you encounter any bugs please send me an email with the description of the bug, and I'll try to fix the bug 
    • This extension is completely open source, the source is available on my Gitlab - https://gitlab.flashsoft.eu

𝐂𝐨𝐧𝐭𝐚𝐜𝐭:
You can contact me using my website at  https://flashsoft.eu.                    

معلومات أساسية عن التمديد

الاسم Browser timer alert Browser timer alert
ID fnaaphnopbacdnekofacnlhablgmmfki
عنوان URL الرسمي https://chromewebstore.google.com/detail/browser-timer-alert/fnaaphnopbacdnekofacnlhablgmmfki
الوصف Place a timer alert on a tab, very useful of you want to return to a tab after a specific number of seconds.
حجم الملف 559 KB
عدد التثبيتات 142
النسخة الحالية 1.0.10
آخر تحديث 2023-03-14
تاريخ النشر 2020-05-31
تقييم 5.00/5 مجموع تقييمات 1
المطور https://flashsoft.eu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gitlab.flashsoft.eu/chrome-extensions/tab-timer-alert
عنوان صفحة المساعدة https://gitlab.flashsoft.eu/chrome-extensions/tab-timer-alert
عنوان صفحة سياسة الخصوصية https://github.com/andrei0x309/yup-live-chrome-extension/blob/main/PRIVACY_POLICY.md
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.10",
    "version_name": "1.0.10",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/tabTimerAlert_icon16.png",
            "32": "images\/tabTimerAlert_icon32.png",
            "48": "images\/tabTimerAlert_icon48.png",
            "128": "images\/tabTimerAlert_icon128.png"
        }
    },
    "web_accessible_resources": [
        "res\/sounds\/1.wav",
        "res\/sounds\/2.ogg",
        "res\/sounds\/3.ogg",
        "res\/sounds\/4.ogg",
        "res\/sounds\/5.ogg",
        "res\/sounds\/default.wav",
        "res\/sounds\/extremly_LV_btnClck.ogg",
        "res\/via\/controller\/controller.js",
        "res\/via\/controller\/object.js",
        "res\/via\/controller\/property.js",
        "res\/via\/receiver\/receiver.js",
        "res\/exInjectWorker.js",
        "res\/blinkers\/1.gif",
        "res\/blinkers\/2.gif",
        "res\/blinkers\/3.gif",
        "res\/blinkers\/4.gif",
        "res\/blinkers\/5.gif",
        "res\/blinkers\/default.gif",
        "res\/blinkers\/frames\/default\/frame_0_delay-0.05s.gif",
        "res\/blinkers\/frames\/default\/frame_1_delay-0.05s.gif",
        "res\/blinkers\/frames\/default\/frame_2_delay-0.05s.gif",
        "res\/blinkers\/frames\/default\/frame_3_delay-0.05s.gif",
        "res\/blinkers\/frames\/default\/frame_4_delay-0.05s.gif",
        "res\/blinkers\/frames\/default\/frame_5_delay-0.05s.gif",
        "res\/blinkers\/frames\/1\/frame_0_delay-0.01s.gif",
        "res\/blinkers\/frames\/1\/frame_1_delay-0.01s.gif",
        "res\/blinkers\/frames\/1\/frame_2_delay-0.01s.gif",
        "res\/blinkers\/frames\/1\/frame_3_delay-0.01s.gif",
        "res\/blinkers\/frames\/1\/frame_4_delay-0.01s.gif",
        "res\/blinkers\/frames\/1\/frame_5_delay-0.01s.gif",
        "res\/blinkers\/frames\/1\/frame_6_delay-0.01s.gif",
        "res\/blinkers\/frames\/2\/frame_0_delay-0.15s.gif",
        "res\/blinkers\/frames\/2\/frame_1_delay-0.15s.gif",
        "res\/blinkers\/frames\/3\/frame_0_delay-0.1s.gif",
        "res\/blinkers\/frames\/3\/frame_1_delay-0.1s.gif",
        "res\/blinkers\/frames\/4\/frame_1_delay-0.6s.gif",
        "res\/blinkers\/frames\/4\/frame_0_delay-0.6s.gif",
        "res\/blinkers\/frames\/5\/frame_0_delay-0.17s.gif",
        "res\/blinkers\/frames\/5\/frame_1_delay-0.17s.gif",
        "res\/blinkers\/frames\/5\/frame_2_delay-0.17s.gif",
        "res\/blinkers\/frames\/5\/frame_3_delay-0.17s.gif",
        "res\/blinkers\/frames\/5\/frame_4_delay-0.17s.gif",
        "res\/blinkers\/frames\/5\/frame_5_delay-0.17s.gif"
    ],
    "icons": {
        "16": "images\/tabTimerAlert_icon16.png",
        "32": "images\/tabTimerAlert_icon32.png",
        "48": "images\/tabTimerAlert_icon48.png",
        "128": "images\/tabTimerAlert_icon128.png"
    }
}