Redirect back

Redirect back to default url after a number of seconds

Redirect backคืออะไร?

Redirect back เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sahistory.sa และคุณลักษณะหลักของมันคือ "Redirect back to default url after a number of seconds"

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

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

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

                        Redirect back to a specified page (if the page is different to the redirect page) after a specified idle time interval. 

The default url is set to be the url that opens in the first tab when the browser opens - this is useful for kiosks that clear cache on start and need to use a homepage that is set by policy (HomepageLocation) or profile settings.

Alternaticvely the url and interval can be set on the options page.

Useful for kiosks.                    

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

ชื่อ Redirect back Redirect back
ID jcopbeppbfpnimnllhmafekandkokgcb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb
คำอธิบาย Redirect back to default url after a number of seconds
ขนาดไฟล์ 4.67 KB
จำนวนการติดตั้ง 189
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2016-02-10
วันที่เผยแพร่ 2016-02-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sahistory.sa
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect back",
    "version": "1.0.4",
    "description": "Redirect back to default url after a number of seconds",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "idle",
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}