Take Your Type

Download typographies present on the internet.

Take Your Type là gì?

Take Your Type là một tiện ích mở rộng Chrome được phát triển bởi Tim.F, và tính năng chính của nó là "Download typographies present on the internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Take Your Type

Tải xuống các tệp mở rộng Take Your Type dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
URL Chính Thức https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
Mô tả Download typographies present on the internet.
Kích Thước Tệp 712 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-03-18
Ngày Phát Hành 2021-03-11
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Tim.F
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}