Fontiran

Improve font style for Persian users with premium fonts on fontiran.com

Fontiran란 무엇입니까?

Fontiran은(는) https://fontiran.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve font style for Persian users with premium fonts on fontiran.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Fontiran 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        با این افزونه می‌توانید فونت فارسی هر وب‌سایت‌ دلخواه را به زیباترین و خواناترین فونت‌های فارسی تغییر می‌دهد.
می‌توانید فونت دلخواه خود را اضافه کنید و برای هر وب‌سایت دلخواه انتخاب کنید.
Change the Persian font on social networks and other websites with premium fonts on fontiran.com
With this extinsion, you can change the Persian font of any website to the most beautiful and most readable Persian fonts.
You can add your own font and choose for any website.                    

확장 프로그램 기본 정보

이름 Fontiran Fontiran
ID edbchgkbejkdkdkpgenlaciegoidmjoh
공식 URL https://chromewebstore.google.com/detail/fontiran/edbchgkbejkdkdkpgenlaciegoidmjoh
설명 Improve font style for Persian users with premium fonts on fontiran.com
파일 크기 2.74 MB
설치 횟수 14,559
현재 버전 4.9.4
최근 업데이트 2023-07-04
출시 날짜 2019-09-10
평점 4.52/5 총 92 개의 평점
개발자 https://fontiran.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://fontiran.com
도움말 페이지 URL http://fontiran.com/contactus/
개인정보 보호 정책 페이지 URL https://fontiran.com/privecy
지원되는 언어 fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontiran",
    "version": "4.9.4",
    "manifest_version": 3,
    "description": "Improve font style for Persian users with premium fonts on fontiran.com",
    "icons": {
        "16": "assets\/images\/fontiran-16.png",
        "128": "assets\/images\/fontiran-128.png"
    },
    "background": {
        "service_worker": "assets\/scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/scripts\/jquery-3.5.1.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "assets\/scripts\/jquery-3.5.1.min.js",
                "assets\/scripts\/anyPageLoad.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "assets\/scripts\/sites\/google\/google.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "assets\/scripts\/sites\/twitter\/twitter.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "assets\/scripts\/sites\/whatsapp\/whatsapp.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "assets\/scripts\/sites\/trello\/trello.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "assets\/scripts\/sites\/gmail\/gmail.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "assets\/scripts\/sites\/youtube\/youtube.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "assets\/scripts\/sites\/wikipedia\/wikipedia.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "19": "assets\/images\/fontiran-19.png",
            "38": "assets\/images\/fontiran-48.png"
        },
        "default_title": "Fontiran Font Tester",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';font-src 'self' data:;style-src 'self' 'unsafe-inline';"
    }
}