Take Your Type

Download typographies present on the internet.

What is Take Your Type?

Take Your Type is a Chrome extension developed by Tim.F, and its main feature is "Download typographies present on the internet.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Take Your Type Extension CRX File

Download Take Your Type extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
Official URL https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
Description Download typographies present on the internet.
File Size 712 KB
Installation Count 93
Current Version 1.0.1
Last Updated 2021-03-18
Publish Date 2021-03-11
Rating 5.00/5 Total 6 Ratings
Developer Tim.F
Email [email protected]
Payment Type free
Supported Languages 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
}