Exty-Switchy
Easily enable/disable chrome extensions.
ما هو Exty-Switchy؟
Exty-Switchy هو إضافة Chrome تم تطويرها بواسطة aedorado، والميزة الرئيسية لها هي "Easily enable/disable chrome extensions.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Exty-Switchy
قم بتنزيل ملفات الامتداد Exty-Switchy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever had the misfortune of disabling a chrome extension?
Here comes a tedious (very tedious) task of migrating to a new tab altogether, searching for the said extension, disabling it and returning to the original page.
But wait! What if I don't remember which page I was originally on? And what's the deal with me going to a new tab through so many mouse clicks just to disable some extension.
Exty-switchy is the solution to all these problems! Just hit the extension icon next to the address bar and easily enable/disable whatever extension you may! معلومات أساسية عن التمديد
| الاسم | |
| ID | jkeghhfibnjhcimpmhokggpfhokjeljo |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo |
| الوصف | Easily enable/disable chrome extensions. |
| حجم الملف | 720 KB |
| عدد التثبيتات | 191 |
| النسخة الحالية | 1.1.1 |
| آخر تحديث | 2016-11-23 |
| تاريخ النشر | 2016-11-23 |
| تقييم | 4.92/5 مجموع تقييمات 13 |
| المطور | aedorado |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/aedorado/ext-control-panel |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Easily enable\/disable chrome extensions.",
"manifest_version": 2,
"name": "Exty-Switchy",
"icons": {
"512": "icons\/icon512.png"
},
"browser_action": {
"default_icon": "icons\/icon512.png",
"default_popup": "popup.html",
"default_title": "Easy Switching."
},
"permissions": [
"management",
"tabs"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
"version": "1.1.1"
} | |