Semantic HTML Viewer

Chrome extension to reveal the usage of semantic HTML tags on any website.

ما هو Semantic HTML Viewer؟

Semantic HTML Viewer هو إضافة Chrome تم تطويرها بواسطة Tiago Ferreira، والميزة الرئيسية لها هي "Chrome extension to reveal the usage of semantic HTML tags on any website.".

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

screenshot

تحميل ملف CRX للإضافة Semantic HTML Viewer

قم بتنزيل ملفات الامتداد Semantic HTML Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Reveal the semantic HTML used by any website.                    

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

الاسم Semantic HTML Viewer Semantic HTML Viewer
ID glapikbnefnagjolgppjefchjkjffhog
عنوان URL الرسمي https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog
الوصف Chrome extension to reveal the usage of semantic HTML tags on any website.
حجم الملف 316 KB
عدد التثبيتات 1,000
النسخة الحالية 0.0.3
آخر تحديث 2019-09-30
تاريخ النشر 2019-09-30
تقييم 4.50/5 مجموع تقييمات 2
المطور Tiago Ferreira
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Semantic HTML Viewer",
    "version": "0.0.3",
    "description": "Chrome extension to reveal the usage of semantic HTML tags on any website.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "36": "images\/android-icon-36x36.png",
            "48": "images\/android-icon-48x48.png",
            "72": "images\/android-icon-72x72.png",
            "96": "images\/android-icon-96x96.png",
            "144": "images\/android-icon-144x144.png",
            "192": "images\/android-icon-192x192.png"
        }
    },
    "icons": {
        "36": "images\/android-icon-36x36.png",
        "48": "images\/android-icon-48x48.png",
        "72": "images\/android-icon-72x72.png",
        "96": "images\/android-icon-96x96.png",
        "144": "images\/android-icon-144x144.png",
        "192": "images\/android-icon-192x192.png"
    },
    "manifest_version": 2
}