Alt Attribute Viewer
Apps display the alt attribute while browsing the web site.
ما هو Alt Attribute Viewer؟
Alt Attribute Viewer هو إضافة Chrome تم تطويرها بواسطة webgoto، والميزة الرئيسية لها هي "Apps display the alt attribute while browsing the web site.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alt Attribute Viewer
قم بتنزيل ملفات الامتداد Alt Attribute Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
WEBサイトの画像(imgタグ)に付いている代替テキスト(alt属性)を表示します。 alt属性が存在しない場合、[None]と表示されます。 alt属性が空の場合、[Empty]と表示されます。 WEBサイト開発時の確認にお使いください。
معلومات أساسية عن التمديد
الاسم | Alt Attribute Viewer |
ID | jdbchghhjaomjaagmhdgcdhijjjinbli |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli |
الوصف | Apps display the alt attribute while browsing the web site. |
حجم الملف | 28.26 KB |
عدد التثبيتات | 1,359 |
النسخة الحالية | 1.15 |
آخر تحديث | 2021-01-27 |
تاريخ النشر | 2016-06-22 |
تقييم | 3.40/5 مجموع تقييمات 5 |
المطور | webgoto |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon19_off.png", "default_title": "to ON" }, "description": "Apps display the alt attribute while browsing the web site.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Alt Attribute Viewer", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.15" } |