Auto Refresh Lite

Auto refresh a list of web pages after any number of seconds.

Auto Refresh Liteคืออะไร?

Auto Refresh Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pragmatechdev และคุณลักษณะหลักของมันคือ "Auto refresh a list of web pages after any number of seconds."

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

screenshot
screenshot
screenshot

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

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

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

                        Small and easy to use chrome extension that auto reloads a list of URLs according to your settings.

Features:
* Easy to use and setup
* No unnecessary permissions required
* Does not track you                    

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

ชื่อ Auto Refresh Lite Auto Refresh Lite
ID dblcelpijjljhjbkopojdhgoleciofip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-refresh-lite/dblcelpijjljhjbkopojdhgoleciofip
คำอธิบาย Auto refresh a list of web pages after any number of seconds.
ขนาดไฟล์ 53.26 KB
จำนวนการติดตั้ง 203
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-01-06
วันที่เผยแพร่ 2014-06-21
คะแนน 2.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา pragmatechdev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Refresh Lite",
    "icons": {
        "16": "icons\/icon-16.png",
        "20": "icons\/icon-20.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "version": "2.0",
    "author": "pragmatechdev",
    "description": "Auto refresh a list of web pages after any number of seconds.",
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "20": "icons\/icon-20.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}