Take Your Type

Download typographies present on the internet.

Что такое Take Your Type?

Take Your Type - это расширение Chrome, разработанное Tim.F, и его основная функция - "Download typographies present on the internet.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Take Your Type

Скачайте файлы расширений 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
}