Oh No You Didn't!
Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.
ما هو Oh No You Didn't!؟
Oh No You Didn't! هو إضافة Chrome تم تطويرها بواسطة andrewspode، والميزة الرئيسية لها هي "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Oh No You Didn't!
قم بتنزيل ملفات الامتداد Oh No You Didn't! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome has a habit of crashing, often for no real reason. When running a Kiosk, or Digital Signage - the ability the quickly reload the page is essential. This plugin does exactly that. This is not a replacement for correcting problems in the first place (memory leaks especially) and isn't particularly useful in an everyday environment, where you can simply press the refresh button yourself.
معلومات أساسية عن التمديد
الاسم | Oh No You Didn't! |
ID | acdablfhjbhkjbcifldncdkmlophfgda |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda |
الوصف | Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited. |
حجم الملف | 8.27 KB |
عدد التثبيتات | 24,620 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2021-12-15 |
تاريخ النشر | 2019-06-16 |
تقييم | 3.31/5 مجموع تقييمات 13 |
المطور | andrewspode |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/andrewspode/ohnoyoudidnt/tree/master |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oh No You Didn't!", "version": "1.0.5", "manifest_version": 2, "description": "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.", "homepage_url": "http:\/\/github.com\/unclespode\/ohnoyoudidnt", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "file:\/\/*\/" ] } |