Text area word-wrap fixer
Fix the soft word-wrap not working in text area in any website.
Text area word-wrap fixer क्या है?
Text area word-wrap fixer Ateny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fix the soft word-wrap not working in text area in any website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Text area word-wrap fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Several websites do not support word-wrap for (HTML) text area elements. There are workarounds which require injecting style sheets (CSS) for each website. This extension bypasses the problem and directly applies the fix to the text areas in websites.
एक्सटेंशन की मूल जानकारी
नाम | Text area word-wrap fixer |
ID | cmiebacajlhfnfdofcflofoaaikdbpbc |
आधिकारिक URL | https://chromewebstore.google.com/detail/text-area-word-wrap-fixer/cmiebacajlhfnfdofcflofoaaikdbpbc |
विवरण | Fix the soft word-wrap not working in text area in any website. |
फ़ाइल का आकार | 4.83 KB |
स्थापना संख्या | 5,004 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2023-12-05 |
प्रकाशन तिथि | 2020-04-20 |
रेटिंग | 3.50/5 कुल 8 रेटिंग्स |
डेवलपर | Ateny |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0", "manifest_version": 3, "name": "Text area word-wrap fixer", "description": "Fix the soft word-wrap not working in text area in any website.", "author": "Simone Frassanito", "icons": { "128": "favicon.png" }, "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "fix.css" ], "run_at": "document_start", "all_frames": true } ] } |