Feature Toggle Extension
Helps you working with feature toggles
ما هو Feature Toggle Extension؟
Feature Toggle Extension هو إضافة Chrome تم تطويرها بواسطة Jonathan Fernández، والميزة الرئيسية لها هي "Helps you working with feature toggles".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Feature Toggle Extension
قم بتنزيل ملفات الامتداد Feature Toggle Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Every time google chrome visit a website that match one of the supplied patterns, the extension will automatically add a new param to the url query string including the feature toggle.
معلومات أساسية عن التمديد
الاسم | Feature Toggle Extension |
ID | oailcamkmclecbdgffdeamkknojkecjm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/feature-toggle-extension/oailcamkmclecbdgffdeamkknojkecjm |
الوصف | Helps you working with feature toggles |
حجم الملف | 32.71 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 1.3 |
آخر تحديث | 2021-10-30 |
تاريخ النشر | 2020-09-15 |
تقييم | 4.88/5 مجموع تقييمات 8 |
المطور | Jonathan Fernández |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Jonathan-JFR/FeatureToggleExtension |
اللغات المدعومة | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feature Toggle Extension", "default_locale": "en", "short_name": "FTE", "version": "1.3", "icons": { "128": "images\/extIcon128.png" }, "author": "Jonathan Fern\u00e1ndez", "homepage_url": "https:\/\/github.com\/Jonathan-JFR\/FeatureToggleExtension", "description": "Helps you working with feature toggles", "permissions": [ "webRequestBlocking", "webRequest", "declarativeContent", "storage", " |