Feature Policy Tester DevTools Extension

DevTools extension to test Feature Policy settings

ما هو Feature Policy Tester DevTools Extension؟

Feature Policy Tester DevTools Extension هو إضافة Chrome تم تطويرها بواسطة https://developers.google.com/web، والميزة الرئيسية لها هي "DevTools extension to test Feature Policy settings".

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

screenshot

تحميل ملف CRX للإضافة Feature Policy Tester DevTools Extension

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

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

                        Developer tool to help testing try and test Feature Policies on live pages.

Read more about Feature Policy at https://developers.google.com/web/updates/2018/06/feature-policy.                    

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

الاسم Feature Policy Tester DevTools Extension Feature Policy Tester DevTools Extension
ID pchamnkhkeokbpahnocjaeednpbpacop
عنوان URL الرسمي https://chromewebstore.google.com/detail/feature-policy-tester-dev/pchamnkhkeokbpahnocjaeednpbpacop
الوصف DevTools extension to test Feature Policy settings
حجم الملف 221 KB
عدد التثبيتات 694
النسخة الحالية 0.0.2
آخر تحديث 2019-01-06
تاريخ النشر 2019-01-05
تقييم 3.25/5 مجموع تقييمات 4
المطور https://developers.google.com/web
نوع الدفع free
موقع الإضافة https://developers.google.com/web/updates/2018/06/feature-policy
عنوان صفحة المساعدة https://developers.google.com/web/updates/2018/06/feature-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feature Policy Tester DevTools Extension",
    "manifest_version": 2,
    "description": "DevTools extension to test Feature Policy settings",
    "version": "0.0.2",
    "devtools_page": "page.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}