Font Style

Font Style is a new tool for viewing your font collection from your Google Chrome.

什麼是Font Style?

Font Style是由https://www.keymetic.com開發的Chrome擴展程式,該擴展的主要功能是“Font Style is a new tool for viewing your font collection from your Google Chrome.”。

擴展截圖

screenshot

下載Font Style擴展crx文件

下載Font Style擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Font Style is a new tool for viewing your font collection from your web browser.
The font viewer allows you to easily review and catalog all of your installed fonts. Just install the extension and you can use chrome to test all your fonts.                    

擴展基本資訊

名稱 Font Style Font Style
ID ajcdhdekjnodelbjdobjeodhemkkconf
官方網址 https://chromewebstore.google.com/detail/font-style/ajcdhdekjnodelbjdobjeodhemkkconf
簡介 Font Style is a new tool for viewing your font collection from your Google Chrome.
檔案大小 14.53 KB
安裝次數 721
目前版本 1.0
更新時間 2013-07-13
上架時間 2013-07-13
評分 4.00/5 共 9 次評分
開發者 https://www.keymetic.com
付費類型 free
支援的語言 en
manifest.json
{
    "name": "Font Style",
    "description": "Font Style is a new tool for viewing your font collection from your Google Chrome.",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Font Style",
        "default_popup": "fontstyle.html"
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "fontSettings"
    ]
}