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
官方URL 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
}