Fontstorage

The simplest extension for identifying and selecting fonts on a website.

Apa itu Fontstorage?

Fontstorage adalah ekstensi Chrome yang dikembangkan oleh https://fontstorage.com, dan fitur utamanya adalah "The simplest extension for identifying and selecting fonts on a website.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Fontstorage

Unduh file ekstensi Fontstorage 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

                        The extension enables you to identify fonts on any website, allowing you to select a font from the Fontstorage collection directly on the site and obtain the CSS code for embedding.                    

Informasi Dasar Ekstensi

Nama Fontstorage Fontstorage
ID lpfegdkicphlldcdfeomhdochopplghk
URL Resmi https://chromewebstore.google.com/detail/fontstorage/lpfegdkicphlldcdfeomhdochopplghk
Deskripsi The simplest extension for identifying and selecting fonts on a website.
Ukuran File 79.59 KB
Jumlah Instalasi 8,328
Versi Saat Ini 3.0.2
Terakhir Diperbarui 2024-01-22
Tanggal Publikasi 2019-06-25
Penilaian 4.36/5 Total 39 Penilaian
Pengembang https://fontstorage.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://fontstorage.com/extension
URL Halaman Bantuan https://fontstorage.com/author/
Bahasa yang Didukung de,en,fr,es,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.0.2",
    "action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Webfonting it"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*.svg"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "homepage_url": "https:\/\/fontstorage.com\/extension\/",
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}