T3reeb HTML CSS | تعريب قوالب

Translate HTML CSS to arabic and download it. تعريب قوالب

ما هو T3reeb HTML CSS | تعريب قوالب؟

T3reeb HTML CSS | تعريب قوالب هو إضافة Chrome تم تطويرها بواسطة enghamzasalem77، والميزة الرئيسية لها هي "Translate HTML CSS to arabic and download it. تعريب قوالب".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة T3reeb HTML CSS | تعريب قوالب

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

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

                        Description:
"T3reeb HTML CSS | تعريب قوالب" is a powerful Chrome extension designed to simplify the process of translating website content into Arabic. Seamlessly download HTML and CSS templates from any webpage and effortlessly translate them into Arabic, enabling you to create localized experiences for your audience.

Key Features:

HTML & CSS Translation: Instantly download website templates and efficiently translate them into Arabic.
Simplified Localization: Effortlessly adapt web content for Arabic-speaking users, enhancing accessibility and user engagement.
Streamlined Workflow: Intuitive interface for quick and easy translation, ensuring a hassle-free localization process.
Dynamic Accessibility: Enhance your web development workflow by swiftly obtaining Arabic-translated HTML and CSS resources.
Elevate your website's accessibility and reach a broader audience with "T3reeb HTML CSS | تعريب قوالب." Streamline your localization efforts and create a more inclusive online presence.                    

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

الاسم T3reeb HTML CSS | تعريب قوالب T3reeb HTML CSS | تعريب قوالب
ID mgnflplmokgmchdkpdkinkbfffagdpoo
عنوان URL الرسمي https://chromewebstore.google.com/detail/t3reeb-html-css-%D8%AA%D8%B9%D8%B1%D9%8A%D8%A8-%D9%82%D9%88%D8%A7/mgnflplmokgmchdkpdkinkbfffagdpoo
الوصف Translate HTML CSS to arabic and download it. تعريب قوالب
حجم الملف 15.92 KB
عدد التثبيتات 38
النسخة الحالية 1.0
آخر تحديث 2023-12-27
تاريخ النشر 2023-12-21
تقييم 5.00/5 مجموع تقييمات 4
المطور enghamzasalem77
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://shawerr.com
عنوان صفحة المساعدة https://shawerr.com
عنوان صفحة سياسة الخصوصية https://enghamzasalem.com/Privacy.html
اللغات المدعومة ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "T3reeb HTML CSS | \u062a\u0639\u0631\u064a\u0628 \u0642\u0648\u0627\u0644\u0628",
    "version": "1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "description": "Translate HTML CSS to arabic and download it.  \u062a\u0639\u0631\u064a\u0628 \u0642\u0648\u0627\u0644\u0628",
    "permissions": [],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}