Fix Chrome Underlining
This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Fix Chrome Underlining क्या है?
Fix Chrome Underlining https://r1ch.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fix Chrome Underlining एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires permission for all websites to inject the CSS. The extension will never be sold or modified beyond this release.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | haebmhfkidapephfmkapgdoebgfhlldh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh |
विवरण | This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires… |
फ़ाइल का आकार | 5.97 KB |
स्थापना संख्या | 110 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-02-08 |
प्रकाशन तिथि | 2018-02-08 |
रेटिंग | 4.33/5 कुल 6 रेटिंग्स |
डेवलपर | https://r1ch.net |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix Chrome Underlining", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "icons": { "128": "icon128.png" } } |