Go Incognito!
Open current page in incognito mode (shortcut CTRL+I).
ما هو Go Incognito!؟
Go Incognito! هو إضافة Chrome تم تطويرها بواسطة aaarys، والميزة الرئيسية لها هي "Open current page in incognito mode (shortcut CTRL+I).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Go Incognito!
قم بتنزيل ملفات الامتداد Go Incognito! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Open current page in incognito mode, you have 3 options to do it:
- use shortcut "CTRL+I"
- click icon in toolbar
- select `Go Incognito!` from right-click menu معلومات أساسية عن التمديد
| الاسم | |
| ID | ibckhjfbpagomemcmiihcglgcimbjbpe |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/go-incognito/ibckhjfbpagomemcmiihcglgcimbjbpe |
| الوصف | Open current page in incognito mode (shortcut CTRL+I). |
| حجم الملف | 13.83 KB |
| عدد التثبيتات | 165 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2019-01-03 |
| تاريخ النشر | 2019-01-03 |
| المطور | aaarys |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Go Incognito!",
"version": "1.0",
"description": "Open current page in incognito mode (shortcut CTRL+I).",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"contextMenus",
"tabs"
],
"browser_action": {
"default_icon": {
"16": "icons\/incognito_icon16.png",
"32": "icons\/incognito_icon32.png",
"48": "icons\/incognito_icon48.png",
"128": "icons\/incognito_icon128.png"
}
},
"icons": {
"16": "icons\/incognito_icon16.png",
"32": "icons\/incognito_icon32.png",
"48": "icons\/incognito_icon48.png",
"128": "icons\/incognito_icon128.png"
},
"commands": {
"toggle-open-incognito": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "MacCtrl+I"
},
"description": "Open in incognito"
}
},
"manifest_version": 2
} | |