Take Your Type

Download typographies present on the internet.

Apa itu Take Your Type?

Take Your Type adalah ekstensi Chrome yang dikembangkan oleh Tim.F, dan fitur utamanya adalah "Download typographies present on the internet.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Take Your Type

Unduh file ekstensi Take Your Type dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Take Your Type Take Your Type
ID cgnngnalbhhddahokjdkjnklkgklgehg
URL Resmi https://chromewebstore.google.com/detail/take-your-type/cgnngnalbhhddahokjdkjnklkgklgehg
Deskripsi Download typographies present on the internet.
Ukuran File 712 KB
Jumlah Instalasi 93
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-03-18
Tanggal Publikasi 2021-03-11
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Tim.F
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}