Incognito Refresher
Closes then reopens all incognito tabs
ما هو Incognito Refresher؟
Incognito Refresher هو إضافة Chrome تم تطويرها بواسطة Manny Morales، والميزة الرئيسية لها هي "Closes then reopens all incognito tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Incognito Refresher
قم بتنزيل ملفات الامتداد Incognito Refresher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Closes all incognito tabs/windows then re-opens them. Useful for renewing an incognito session without losing your tabs and windows. Required: "Allow In Incognito" found in the Extension's "Details" Source: https://github.com/Heyotetsuo/refresh-private-tabs 1.0 - Initial Release 1.0.1 - Fixed typos
معلومات أساسية عن التمديد
الاسم | Incognito Refresher |
ID | fgklieeeadengbjobafaofepbgbfaeon |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon |
الوصف | Closes then reopens all incognito tabs |
حجم الملف | 16.87 KB |
عدد التثبيتات | 219 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2019-09-18 |
تاريخ النشر | 2019-09-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Manny Morales |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "name": "Incognito Refresher", "description": "Closes then reopens all incognito tabs", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "scripts\/content.js" ] } } |