Word Wrap Checker
This extension can help you check HTML blocks for issues with long words, phrases, or big images.
Word Wrap Checker क्या है?
Word Wrap Checker Nikolai Belikov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can help you check HTML blocks for issues with long words, phrases, or big images."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Word Wrap Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
1. Open any website. 2. Click on the extension's button. 3. Adjust the parameters and click on the "Check" button. To reset all changes, refresh the page.
एक्सटेंशन की मूल जानकारी
नाम | Word Wrap Checker |
ID | gjkiifeaanbafelffgfpdkhbcekmlcad |
आधिकारिक URL | https://chromewebstore.google.com/detail/word-wrap-checker/gjkiifeaanbafelffgfpdkhbcekmlcad |
विवरण | This extension can help you check HTML blocks for issues with long words, phrases, or big images. |
फ़ाइल का आकार | 29.33 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 2.2.1 |
अंतिम अपडेट | 2023-07-02 |
प्रकाशन तिथि | 2019-04-22 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Nikolai Belikov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/nikbelikov/word-wrap-checker |
सहायता पृष्ठ URL | https://github.com/nikbelikov/word-wrap-checker |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Word Wrap Checker", "version": "2.2.1", "description": "This extension can help you check HTML blocks for issues with long words, phrases, or big images.", "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Word Wrap Checker", "default_icon": "icon.png", "default_popup": "popup.html" } } |