Take Your Type

Download typographies present on the internet.

什麼是Take Your Type?

Take Your Type是由Tim.F開發的Chrome擴展程式,該擴展的主要功能是“Download typographies present on the internet.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Take Your Type擴展crx文件

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

擴展使用說明

                        This extension simplifies access to cached typography files in the browser.
It allows the listing, downloading and conversion (ttf, woff and woff2) of typography files found on a website.                    

擴展基本資訊

名稱 Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
官方網址 https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
簡介 Download typographies present on the internet.
檔案大小 712 KB
安裝次數 93
目前版本 1.0.1
更新時間 2021-03-18
上架時間 2021-03-11
評分 5.00/5 共 6 次評分
開發者 Tim.F
電子郵箱 [email protected]
付費類型 free
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Take Your Type",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "permissions": [
        "debugger",
        "tabs",
        "contextMenus",
        "storage",
        "",
        "activeTab",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}