Favicon Detector

A simple way to detect website icons.

Favicon Detector란 무엇입니까?

Favicon Detector은(는) https://blackglory.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple way to detect website icons."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Click the extension button to detect current website's icons.

Support:
- Favicon
- Icon
- Apple Touch Icon
- msapplication-TileImage
- msapplication-config
- Web App Manifest
- Fluid Icon
- Mask Icon

Github: https://github.com/BlackGlory/favicon-detector                    

확장 프로그램 기본 정보

이름 Favicon Detector Favicon Detector
ID jlfeffjhgmgblofcgpbgpkkhfniipejm
공식 URL https://chromewebstore.google.com/detail/favicon-detector/jlfeffjhgmgblofcgpbgpkkhfniipejm
설명 A simple way to detect website icons.
파일 크기 1.98 MB
설치 횟수 4,000
현재 버전 4.1.2
최근 업데이트 2023-12-22
출시 날짜 2019-05-31
평점 4.82/5 총 11 개의 평점
개발자 https://blackglory.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/BlackGlory/favicon-detector
도움말 페이지 URL https://github.com/BlackGlory/favicon-detector/issues
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "BlackGlory",
    "version": "4.1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "action": {
        "default_title": "__MSG_extensionBrowserActionTitle__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/icon-16.png",
            "32": "assets\/images\/icon-32.png",
            "48": "assets\/images\/icon-48.png",
            "64": "assets\/images\/icon-64.png",
            "128": "assets\/images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}