Khmer font enlarger

This extension chooses the Khmer OS Content font and makes the text larger for Khmer content

ما هو Khmer font enlarger؟

Khmer font enlarger هو إضافة Chrome تم تطويرها بواسطة http://www.tavultesoft.com، والميزة الرئيسية لها هي "This extension chooses the Khmer OS Content font and makes the text larger for Khmer content".

تحميل ملف CRX للإضافة Khmer font enlarger

قم بتنزيل ملفات الامتداد Khmer font enlarger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension chooses a Khmer OS Content font and makes the text larger for easier comprehension

The Khmer OS Content font needs to be on your system already. This extension does not install it. You can get the Khmer OS Content font from http://www.khmeros.info/?q=en/fonts                    

معلومات أساسية عن التمديد

الاسم Khmer font enlarger Khmer font enlarger
ID mgilbjeocdllghpjjdacobagdlejbfbo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo
الوصف This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
حجم الملف 48.14 KB
عدد التثبيتات 120
النسخة الحالية 1.3
آخر تحديث 2017-02-27
تاريخ النشر 2017-02-27
تقييم 4.00/5 مجموع تقييمات 4
المطور http://www.tavultesoft.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://tavultesoft.com/privacy.php
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon-128.png"
    },
    "name": "Khmer font enlarger",
    "description": "This extension chooses the Khmer OS Content font and makes the text larger for Khmer content",
    "version": "1.3",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "mutation-summary.js",
                "tweakfont.js"
            ]
        }
    ]
}