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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}