StayFresh Page Refresher

An open-source extension that refreshes pages at set intervals

StayFresh Page Refresherคืออะไร?

StayFresh Page Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Goen และคุณลักษณะหลักของมันคือ "An open-source extension that refreshes pages at set intervals"

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

screenshot

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

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

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

                        Choose a single URL, or all URLs at a domain to refresh periodically depending on the chosen time.

The extension remembers your settings and can have multiple URLs refreshing at once.

I'm open to suggestions for new features or improvements, feel free to leave a comment in the support section.

The source code can be found at my github:
https://github.com/mikegoen/stayfresh-extension                    

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

ชื่อ StayFresh Page Refresher StayFresh Page Refresher
ID fjcgdkhnikhjmijgldhfbjjnnjdfjljd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stayfresh-page-refresher/fjcgdkhnikhjmijgldhfbjjnnjdfjljd
คำอธิบาย An open-source extension that refreshes pages at set intervals
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 158
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-02-26
วันที่เผยแพร่ 2017-02-26
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Michael Goen
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StayFresh Page Refresher",
    "description": "An open-source extension that refreshes pages at set intervals",
    "version": "1.0.0",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}