AutoTabRefresh

Refresh your browser tab automatically at the desired interval.

AutoTabRefreshคืออะไร?

AutoTabRefresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ST9001 และคุณลักษณะหลักของมันคือ "Refresh your browser tab automatically at the desired interval."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoTabRefresh

ดาวน์โหลดไฟล์ส่วนขยาย AutoTabRefresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Lightweight, simple and safe extension that will refresh your active tab automatically. Set your desired time interval and start refreshing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AutoTabRefresh AutoTabRefresh
ID dndgpkfabmjdgnbhjciplnfblodiodmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autotabrefresh/dndgpkfabmjdgnbhjciplnfblodiodmj
คำอธิบาย Refresh your browser tab automatically at the desired interval.
ขนาดไฟล์ 58.76 KB
จำนวนการติดตั้ง 438
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2022-05-22
วันที่เผยแพร่ 2020-07-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ST9001
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoTabRefresh",
    "author": "",
    "version": "3.3",
    "description": "Refresh your browser tab automatically at the desired interval.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Auto Tab Refresh",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "{c17eb700-84fb-49ea-9554-0db469f59f4b}"
        }
    }
}