Forget Tab
Forget current tab's history, storage, cookies and more with just one click!
ما هو Forget Tab؟
Forget Tab هو إضافة Chrome تم تطويرها بواسطة Jorvi، والميزة الرئيسية لها هي "Forget current tab's history, storage, cookies and more with just one click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Forget Tab
قم بتنزيل ملفات الامتداد Forget Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Forget Tab is a simple extension to easily clear history, cookies, storage, and other data from the current tab. Just click on the toolbar button to clear desired items. A notification will show you what is cleared from the current tab. When the icon is blue, it shows the current tab has - uncleared - data. When it is green, it means desired items (cookies, local storage, session storage, and history) are cleared from the current tab. Note: to report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/forget-tab.html).
معلومات أساسية عن التمديد
الاسم | Forget Tab |
ID | bdfflloamggdngppokpigggdjccegoio |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/forget-tab/bdfflloamggdngppokpigggdjccegoio |
الوصف | Forget current tab's history, storage, cookies and more with just one click! |
حجم الملف | 33.92 KB |
عدد التثبيتات | 162 |
النسخة الحالية | 0.1.4 |
آخر تحديث | 2024-02-04 |
تاريخ النشر | 2019-03-03 |
تقييم | 3.00/5 مجموع تقييمات 3 |
المطور | Jorvi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://mybrowseraddon.com/forget-tab.html |
عنوان صفحة المساعدة | https://mybrowseraddon.com/forget-tab.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "name": "Forget Tab", "manifest_version": 3, "offline_enabled": true, "homepage_url": "https:\/\/mybrowseraddon.com\/forget-tab.html", "description": "Forget current tab's history, storage, cookies and more with just one click!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", "history", "activeTab", "scripting", "notifications" ], "action": { "default_title": "Forget Tab", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |