HTML5 hints
Highlight the HTML5 content sectioning elements and see how any web page is structured.
ما هو HTML5 hints؟
HTML5 hints هو إضافة Chrome تم تطويرها بواسطة http://html5.report، والميزة الرئيسية لها هي "Highlight the HTML5 content sectioning elements and see how any web page is structured.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HTML5 hints
قم بتنزيل ملفات الامتداد HTML5 hints بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
See what HTML5 elements have been used to structure a web page. This extension works nicely in conjunction with the HTML5 document outliner extension: https://chrome.google.com/webstore/detail/html5-outliner/afoibpobokebhgfnknfndkgemglggomo
معلومات أساسية عن التمديد
الاسم | |
ID | eohgjgomdbompgkjolmekbbhihpaabln |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/html5-hints/eohgjgomdbompgkjolmekbbhihpaabln |
الوصف | Highlight the HTML5 content sectioning elements and see how any web page is structured. |
حجم الملف | 16.71 KB |
عدد التثبيتات | 243 |
النسخة الحالية | 1.05 |
آخر تحديث | 2019-07-21 |
تاريخ النشر | 2019-07-21 |
المطور | http://html5.report |
نوع الدفع | free |
موقع الإضافة | https://the.html5.report |
عنوان صفحة سياسة الخصوصية | https://the.html5.report/privacy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTML5 hints", "short_name": "HTML5 hints", "description": "Highlight the HTML5 content sectioning elements and see how any web page is structured.", "icons": { "16": "favicon-16x16.png", "48": "favicon-48x48.png", "128": "favicon-128x128.png" }, "version": "1.05", "author": "The HTML5 Report", "homepage_url": "https:\/\/the.html5.report", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "HTML5 hints", "default_icon": "favicon-128x128.png", "icons": { "16": "favicon-16x16.png", "24": "favicon-24x24.png", "32": "favicon-32x32.png", "48": "favicon-48x48.png", "128": "favicon-128x128.png" } }, "manifest_version": 2 } |