Convert2morse
Converts text to morse
Convert2morse क्या है?
Convert2morse https://www.userpixel.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts text to morse"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Convert2morse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select and convert any text on any page to morse code with the click of a button. Convert2morse adds a menu item to your Chrome that easily converts the selected text into morse code. * Extremely small application (3KB) * Doesn't need any permission * Open source: https://github.com/hanifbbz/convert2morse
एक्सटेंशन की मूल जानकारी
नाम | Convert2morse |
ID | ciegdohnoiolmmekpeeehfdfpbfchoif |
आधिकारिक URL | https://chromewebstore.google.com/detail/convert2morse/ciegdohnoiolmmekpeeehfdfpbfchoif |
विवरण | Converts text to morse |
फ़ाइल का आकार | 5.56 KB |
स्थापना संख्या | 89 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-02-13 |
प्रकाशन तिथि | 2014-02-13 |
रेटिंग | 2.50/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.userpixel.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert2morse", "short_name": "morse", "description": "Converts text to morse", "version": "1.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "morse.js", "background.js" ] }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |