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
Eメール [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
}