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
}