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 |
公式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 } |