Redirect back
Redirect back to default url after a number of seconds
Redirect back क्या है?
Redirect back sahistory.sa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect back to default url after a number of seconds"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Redirect back एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |