Redirect back

Redirect back to default url after a number of seconds

Redirect back là gì?

Redirect back là một tiện ích mở rộng Chrome được phát triển bởi sahistory.sa, và tính năng chính của nó là "Redirect back to default url after a number of seconds".

Tải xuống tệp CRX của tiện ích mở rộng Redirect back

Tải xuống các tệp mở rộng Redirect back dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redirect back Redirect back
ID jcopbeppbfpnimnllhmafekandkokgcb
URL Chính Thức https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb
Mô tả Redirect back to default url after a number of seconds
Kích Thước Tệp 4.67 KB
Số Lần Cài Đặt 189
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2016-02-10
Ngày Phát Hành 2016-02-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sahistory.sa
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}