Google Translate to Sinhala Non-Unicode

Convert Sinhala Unicode from Google Translator to FM Fonts

Google Translate to Sinhala Non-Unicodeคืออะไร?

Google Translate to Sinhala Non-Unicode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thambaru.com และคุณลักษณะหลักของมันคือ "Convert Sinhala Unicode from Google Translator to FM Fonts"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Translate to Sinhala Non-Unicode

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

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

                        How to Use:
1. Visit Google Translator.
2. Switch on the "අ" button.
3. Translate your text and click the Google's "Copy" button as usual.
- Text will be copied in Non-Unicode (FMAbhaya Font) format.

Developer:
Thambaru Wijesekara

Special thanks to:
UCSC LTRL and Malinthe Samarakon for the Unicode converter code.                    

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

ชื่อ Google Translate to Sinhala Non-Unicode Google Translate to Sinhala Non-Unicode
ID ckogelgphhciinnbhkebdclmcoidbekg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-translate-to-sinha/ckogelgphhciinnbhkebdclmcoidbekg
คำอธิบาย Convert Sinhala Unicode from Google Translator to FM Fonts
ขนาดไฟล์ 52.75 KB
จำนวนการติดตั้ง 1,166
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2022-04-02
วันที่เผยแพร่ 2019-12-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://thambaru.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://chrome.google.com/webstore/detail/google-translate-to-sinha/ckogelgphhciinnbhkebdclmcoidbekg?hl=en
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Translate to Sinhala Non-Unicode",
    "short_name": "GTtoSiNonUni",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Convert Sinhala Unicode from Google Translator to FM Fonts",
    "homepage_url": "https:\/\/thambaru.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/translate.google.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/converter\/uToL.js",
                "js\/converter\/lToU.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}