Auto Refresher

Automatically refresh the page on a set interval

Auto Refresherคืออะไร?

Auto Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jones.kaivon และคุณลักษณะหลักของมันคือ "Automatically refresh the page on a set interval"

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

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

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

                        Simple and easy to use extension to auto reload the page its opened on.                    

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

ชื่อ Auto Refresher Auto Refresher
ID nlfnbbnnpiiiifgnbckjhkhpmggpailj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nlfnbbnnpiiiifgnbckjhkhpmggpailj
คำอธิบาย Automatically refresh the page on a set interval
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-09-01
วันที่เผยแพร่ 2018-09-01
ผู้พัฒนา jones.kaivon
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresher",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Automatically refresh the page on a set interval",
    "icons": {
        "16": "images\/refresh-icon16.png",
        "48": "images\/refresh-icon48.png",
        "128": "images\/refresh-icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/refresh-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}