Timer Refresh

Timer refresh the specified page or only refresh the inactive TAB page.

ما هو Timer Refresh؟

Timer Refresh هو إضافة Chrome تم تطويرها بواسطة thomashg0712، والميزة الرئيسية لها هي "Timer refresh the specified page or only refresh the inactive TAB page.".

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

screenshot

تحميل ملف CRX للإضافة Timer Refresh

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

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

                        For some users with special needs, keeping the page active maybe a good help.                    

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

الاسم Timer Refresh Timer Refresh
ID fembhgfanglpnpkjcgdacodmefdmfpep
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep
الوصف Timer refresh the specified page or only refresh the inactive TAB page.
حجم الملف 27.85 KB
عدد التثبيتات 42
النسخة الحالية 0.0.1
آخر تحديث 2020-01-19
تاريخ النشر 2020-01-19
المطور thomashg0712
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "script": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/on128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "page_action": {
        "default_icon": "img\/on128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.1"
}