Morse Chrome

Highlight text on a page and play the morse code!

Morse Chrome क्या है?

Morse Chrome chadrs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight text on a page and play the morse code!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Morse Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Morse Chrome is a Chrome™ extension for playing webpages in morse code! Simply highlight the text you want, right click, and select "Play Morse!"

0.3.4:
* Add optional popup to show you the morse code symbols as they play. Disable in the Options page.

0.3.3:
* Fixed encoding for period.

New in 0.3.2:
* Fixed annoying bug where beeps would sometimes keep going at the end.

New in 0.3.0 and 0.3.1:
* Timing should be more accurate now, using the hew HTML5 AudioContext
* Fix timing between numbers and punctuation.
* This should make it pretty easy to add a "stop" feature in the next version, so stay tuned!

New in 0.2.1:
* Numbers and symbols have been added
* Fixed icon transparency
* You can now customize the words per minute and beep frequency set under the "options" page!  Go to your extensions settings in Chrome and select "Options" under Morse Chrome.

Future Features: (if I have time)
* Display characters as they are encoded
* Cancel/stop playback

73s                    

एक्सटेंशन की मूल जानकारी

नाम Morse Chrome Morse Chrome
ID mcgjcnemliplogmakfelldipnhbpnmob
आधिकारिक URL https://chromewebstore.google.com/detail/morse-chrome/mcgjcnemliplogmakfelldipnhbpnmob
विवरण Highlight text on a page and play the morse code!
फ़ाइल का आकार 10.63 KB
स्थापना संख्या 770
वर्तमान संस्करण 0.3.5
अंतिम अपडेट 2023-10-05
प्रकाशन तिथि 2019-07-10
रेटिंग 3.82/5 कुल 11 रेटिंग्स
डेवलपर chadrs
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Morse Chrome",
    "manifest_version": 2,
    "description": "Highlight text on a page and play the morse code!",
    "version": "0.3.5",
    "permissions": [
        "contextMenus"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "main.js",
            "menu.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}