Alt Attribute Viewer
Apps display the alt attribute while browsing the web site.
Alt Attribute Viewer क्या है?
Alt Attribute Viewer webgoto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Apps display the alt attribute while browsing the web site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alt Attribute Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |