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.
擴展基本資訊
名稱 | ![]() |
ID | jcopbeppbfpnimnllhmafekandkokgcb |
官方網址 | 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 } |