Incognitify

Open current tab in an incognito window

ما هو Incognitify؟

Incognitify هو إضافة Chrome تم تطويرها بواسطة Neword، والميزة الرئيسية لها هي "Open current tab in an incognito window".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Incognitify

قم بتنزيل ملفات الامتداد Incognitify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Open the current tab to an incognito tab just by clicking the Incognitify button.

Options to set the following:
  - Keep the original tab open 
  - Remove the tab URL from history
  - Open the incognito tab maximised

Enable this extension in incognito mode to switch back from incognito browsing to normal browsing.

There are no trackers or malware in this add-on.                    

معلومات أساسية عن التمديد

الاسم Incognitify Incognitify
ID bfooamdflgheadbaakfehmbdelmfogfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa
الوصف Open current tab in an incognito window
حجم الملف 24.9 KB
عدد التثبيتات 2,465
النسخة الحالية 1.2
آخر تحديث 2020-05-29
تاريخ النشر 2020-05-29
تقييم 4.50/5 مجموع تقييمات 2
المطور Neword
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incognitify",
    "description": "Open current tab in an incognito window",
    "version": "1.2",
    "background": {
        "scripts": [
            "incognitify.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Incognitify"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "history"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}