Convert Text to ISL

Converts your selected data to ISL

Convert Text to ISLคืออะไร?

Convert Text to ISL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thaparians และคุณลักษณะหลักของมันคือ "Converts your selected data to ISL"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Convert Text to ISL

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

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

                        This extension helps you to convert your text to ISL(Indian sign language). You can either select the text, right click on it and select convert text to ISL or straight away type your text in our extension. Rest is up to us. Hope your appreciate our efforts.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Convert Text to ISL Convert Text to ISL
ID cnjkedbgijbppmonekeajnbdokgmkekd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/convert-text-to-isl/cnjkedbgijbppmonekeajnbdokgmkekd
คำอธิบาย Converts your selected data to ISL
ขนาดไฟล์ 248 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2019-05-17
วันที่เผยแพร่ 2019-05-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Thaparians
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Convert Text to ISL",
    "version": "1.02",
    "description": "Converts your selected data to ISL",
    "icons": {
        "128": "logo.png",
        "48": "logo.png",
        "16": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}