Page Auto Refresher

Simple & Easy. Give your hands a rest!

Page Auto Refresherคืออะไร?

Page Auto Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yongwoonyo และคุณลักษณะหลักของมันคือ "Simple & Easy. Give your hands a rest!"

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

screenshot
screenshot
screenshot

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

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

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

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!

---------------------------------
v1.2 released!
fix some bugs are show up on first run time.
add more features : refresh all tabs by checkbox. initialize all parameters when 'Reset & Stop' button is clicked.                    

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

ชื่อ Page Auto Refresher Page Auto Refresher
ID lbnaaiagjdnialejpejfbiofmdceakjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd
คำอธิบาย Simple & Easy. Give your hands a rest!
ขนาดไฟล์ 9.29 KB
จำนวนการติดตั้ง 2,090
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-06-30
วันที่เผยแพร่ 2015-06-30
คะแนน 4.04/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา yongwoonyo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Auto Refresher",
    "version": "1.2",
    "description": "Simple & Easy. Give your hands a rest!",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon_d.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}