Open tab in incognito
This extension will open the current tab in incogntio mode
ما هو Open tab in incognito؟
Open tab in incognito هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension will open the current tab in incogntio mode".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open tab in incognito
قم بتنزيل ملفات الامتداد Open tab in incognito بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will open the current tab in incogntio mode This tool will help anyone from standard users to developers. Ever run out of article limits? Open in a incognito window! Ever had issues with caching? Open in a incognito window! Ever started some secret shopping and wanted to open the item quickly and without anyone knowing? Open in a incognito window!
معلومات أساسية عن التمديد
الاسم | Open tab in incognito |
ID | jphadcnfmefilmapphdlailkfdmdlllc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc |
الوصف | This extension will open the current tab in incogntio mode |
حجم الملف | 6 KB |
عدد التثبيتات | 55 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-05-02 |
تاريخ النشر | 2020-05-02 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open tab in incognito", "description": "This extension will open the current tab in incogntio mode", "version": "1.0", "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs" ] } |