Fontstorage

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

Fontstorage란 무엇입니까?

Fontstorage은(는) https://fontstorage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The simplest extension for identifying and selecting fonts on a website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fontstorage 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Fontstorage Fontstorage
ID lpfegdkicphlldcdfeomhdochopplghk
공식 URL https://chromewebstore.google.com/detail/fontstorage/lpfegdkicphlldcdfeomhdochopplghk
설명 The simplest extension for identifying and selecting fonts on a website.
파일 크기 79.59 KB
설치 횟수 8,328
현재 버전 3.0.2
최근 업데이트 2024-01-22
출시 날짜 2019-06-25
평점 4.36/5 총 39 개의 평점
개발자 https://fontstorage.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fontstorage.com/extension
도움말 페이지 URL https://fontstorage.com/author/
지원되는 언어 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]"
        }
    }
}