SuperRefresh , Auto Refresh pages

Auto Refresh pages every time interval , Multi task support .

SuperRefresh , Auto Refresh pagesคืออะไร?

SuperRefresh , Auto Refresh pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://extmanager.com และคุณลักษณะหลักของมันคือ "Auto Refresh pages every time interval , Multi task support ."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        SuperRefresh,  Auto Refresh the page interval. you don’t need to frantically press Ctrl-R or F5 if you are waiting for an update.

Features:
1. Auto Refresh the page interval .
2. Tracks all auto refresh progress.
3. Real time display on Icon.
4. Set multiple times for multiple tabs
5. Define custom interval in minutes and seconds                    

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

ชื่อ SuperRefresh , Auto Refresh pages SuperRefresh , Auto Refresh pages
ID kodajckmdnamjlagjhjahccimgjanigg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/superrefresh-auto-refresh/kodajckmdnamjlagjhjahccimgjanigg
คำอธิบาย Auto Refresh pages every time interval , Multi task support .
ขนาดไฟล์ 200 KB
จำนวนการติดตั้ง 7,404
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2021-09-23
วันที่เผยแพร่ 2020-06-14
คะแนน 4.00/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://extmanager.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.extmanager.com/detail/kodajckmdnamjlagjhjahccimgjanigg.html
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.2",
    "icons": {
        "128": "img\/ico.png",
        "48": "img\/ico48.png",
        "19": "img\/ico19.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "img\/ico19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/system.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ],
    "default_locale": "en",
    "manifest_version": 2
}