Convert2morse

Converts text to morse

Convert2morseคืออะไร?

Convert2morse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.userpixel.com และคุณลักษณะหลักของมันคือ "Converts text to morse"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Convert2morse

ดาวน์โหลดไฟล์ส่วนขยาย Convert2morse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}