Redirect back

Redirect back to default url after a number of seconds

什么是Redirect back?

Redirect back是由sahistory.sa开发的Chrome扩展程序,该扩展的主要功能是“Redirect back to default url after a number of seconds”。

下载Redirect back扩展crx文件

下载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
}