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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}