Text Convert Case
Convert case, slugify data of the selected text
Text Convert Case क्या है?
Text Convert Case Genius Lynx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert case, slugify data of the selected text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Text Convert Case एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text. Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.
एक्सटेंशन की मूल जानकारी
नाम | Text Convert Case |
ID | kledidppeblnjfclciibeaebnnlopgdm |
आधिकारिक URL | https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm |
विवरण | Convert case, slugify data of the selected text |
फ़ाइल का आकार | 11.48 KB |
स्थापना संख्या | 137 |
वर्तमान संस्करण | 1.0.0.0 |
अंतिम अपडेट | 2021-12-10 |
प्रकाशन तिथि | 2021-12-09 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Genius Lynx |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://geniuslynx.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Convert Case", "version": "1.0.0.0", "author": "Genius Lynx", "description": "Convert case, slugify data of the selected text", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Text Convert Case" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "script.js" ] }, "manifest_version": 2 } |