Auto refresh actual webpage

Automatically reload webpage in actual tab. You can set refresh interval.

Auto refresh actual webpageคืออะไร?

Auto refresh actual webpage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.extensions-for-chrome.com และคุณลักษณะหลักของมันคือ "Automatically reload webpage in actual tab. You can set refresh interval."

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

screenshot
screenshot

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

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

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

                        Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds.

Extension automatically stop refresh when change tab or change website.                    

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

ชื่อ Auto refresh actual webpage Auto refresh actual webpage
ID jmpaeglcabhpohgbfcehemlgophfjikk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk
คำอธิบาย Automatically reload webpage in actual tab. You can set refresh interval.
ขนาดไฟล์ 51.12 KB
จำนวนการติดตั้ง 1,929
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-09-21
วันที่เผยแพร่ 2013-09-21
คะแนน 3.33/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://www.extensions-for-chrome.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto refresh actual webpage",
    "description": "Automatically reload webpage in actual tab. You can set refresh interval.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}