Rich Results Test (Current Page)

Tests current page for Rich Results Schemas

ما هو Rich Results Test (Current Page)؟

Rich Results Test (Current Page) هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Tests current page for Rich Results Schemas".

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

screenshot

تحميل ملف CRX للإضافة Rich Results Test (Current Page)

قم بتنزيل ملفات الامتداد Rich Results Test (Current Page) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This plugin enables users to test the current page for Rich Results schemas using Google's Rich Results Checker Tool.                    

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

الاسم Rich Results Test (Current Page) Rich Results Test (Current Page)
ID phdmafdkpgkmbbdkmlajmflmgmcapaoj
عنوان URL الرسمي https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj
الوصف Tests current page for Rich Results Schemas
حجم الملف 48.58 KB
عدد التثبيتات 155
النسخة الحالية 0.0.0.1
آخر تحديث 2019-10-11
تاريخ النشر 2019-10-09
المطور Unknown
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rich Results Test (Current Page)",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Tests current page for Rich Results Schemas",
    "homepage_url": "https:\/\/lukestorer.co.uk",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Rich Results Test",
        "default_icon": "icon.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}