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

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

T3reeb HTML CSS | تعريب قوالب란 무엇입니까?

T3reeb HTML CSS | تعريب قوالب은(는) enghamzasalem77에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate HTML CSS to arabic and download it. تعريب قوالب"입니다.

확장 프로그램 스크린샷

T3reeb HTML CSS | تعريب قوالب 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL https://shawerr.com
개인정보 보호 정책 페이지 URL 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"
        }
    ]
}