Convert Text
Allows you to convert text from a context menu.
Convert Text क्या है?
Convert Text becca.ooo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to convert text from a context menu."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Convert Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Converts case of any editable, selected text, or the entire input area if no text is selected. Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.
एक्सटेंशन की मूल जानकारी
नाम | Convert Text |
ID | mcpglhjaahelnpjalcaeecgkjhkpokdn |
आधिकारिक URL | https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn |
विवरण | Allows you to convert text from a context menu. |
फ़ाइल का आकार | 18.15 KB |
स्थापना संख्या | 459 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2015-05-22 |
प्रकाशन तिथि | 2015-05-22 |
रेटिंग | 3.29/5 कुल 7 रेटिंग्स |
डेवलपर | becca.ooo |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert Text", "short_name": "Convert Text", "version": "1.1.0", "author": "9999yea.rs", "description": "Allows you to convert text from a context menu.", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "offline_enabled": true } |