Redirect back
Redirect back to default url after a number of seconds
ما هو Redirect back؟
Redirect back هو إضافة Chrome تم تطويرها بواسطة sahistory.sa، والميزة الرئيسية لها هي "Redirect back to default url after a number of seconds".
تحميل ملف CRX للإضافة Redirect back
قم بتنزيل ملفات الامتداد Redirect back بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |