IncogSwitch

Quickly switch the current window between normal and incognito mode.

ما هو IncogSwitch؟

IncogSwitch هو إضافة Chrome تم تطويرها بواسطة Jamie Redding، والميزة الرئيسية لها هي "Quickly switch the current window between normal and incognito mode.".

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

screenshot

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

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

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

                        Small extension to allow quick switching between normal and incognito modes. This was prompted from an existing extension I use being removed from the store so I made my own.

If you have any problems or want features added, please contact me -> [email protected]

Fixed in 1.2
------------------

- Handling of Japanese characters                    

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

الاسم IncogSwitch IncogSwitch
ID lmofebnkodbmemflnendlcpgfdbkgakd
عنوان URL الرسمي https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd
الوصف Quickly switch the current window between normal and incognito mode.
حجم الملف 32.58 KB
عدد التثبيتات 511
النسخة الحالية 1.2
آخر تحديث 2018-04-05
تاريخ النشر 2018-04-05
تقييم 5.00/5 مجموع تقييمات 5
المطور Jamie Redding
نوع الدفع free
موقع الإضافة https://github.com/TormundTargers/IncogSwitch
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IncogSwitch",
    "description": "Quickly switch the current window between normal and incognito mode.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}