Punjabi Font Pack

This extension allows the user to see the unicode fonts in Punjabi even if their system does not support it.

Punjabi Font Packとは何ですか?

Punjabi Font Packはknjhaveriによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to see the unicode fonts in Punjabi even if their system does not support it.」です。

拡張機能のスクリーンショット

screenshot

Punjabi Font Pack拡張機能のCRXファイルをダウンロード

Punjabi Font Pack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows the user to see the unicode fonts in Punjabi Gurumukhi even if their system does not support it.
-Punjabi Gurumukhi script fallback fonts  installs Punjabi Gurumukhi font (Lohit-Punjabi Gurumukhi.ttf / woff under SIL OFL 1.1 license) that enables proper rendering of Punjabi Gurumukhi script on all sites (Facebook, Twitter, Google, etc.), even if their system does not support it.                    

拡張機能の基本情報

名前 Punjabi Font Pack Punjabi Font Pack
ID mjkbejlooilmoccchlbgejdgapcleflm
公式URL https://chromewebstore.google.com/detail/punjabi-font-pack/mjkbejlooilmoccchlbgejdgapcleflm
説明 This extension allows the user to see the unicode fonts in Punjabi even if their system does not support it.
ファイルサイズ 38.9 KB
インストール数 911
現在のバージョン 2.0.4
最終更新日 2020-05-25
公開日 2020-05-24
開発者 knjhaveri
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Punjabi Font Pack",
    "description": "This extension allows the user to see the unicode fonts in Punjabi even if their system does not support it.",
    "version": "2.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "gujfonts.css"
            ]
        }
    ]
}