Get Site Favicon

You can get the favicon for the site by entering a URL.

Get Site Favicon란 무엇입니까?

Get Site Favicon은(는) no.web.developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can get the favicon for the site by entering a URL."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ** Introduction **

This is a simple small tool that gets the favicon of the website by entering an URL. That's it. This tool only does this one thing.

** Usage **

1. Click the tool icon to pop up the window;
2. Enter a URL in the URL entry box;
3. Click on the "Find" button and wait;
4. After a while, the result will appear (if there is no error), you can copy the icon address or download the icon to the local.

Well, now that you have learned how to use the tool, it's up to you to save the world.

** Support **

The tool is open source based on GPL-3.0 license. For more details and source code, see https://github.com/LightAPIs/get-site-favicon                    

확장 프로그램 기본 정보

이름 Get Site Favicon Get Site Favicon
ID bdinnpkeobbminaekbnbdmdnlnfahbbh
공식 URL https://chromewebstore.google.com/detail/get-site-favicon/bdinnpkeobbminaekbnbdmdnlnfahbbh
설명 You can get the favicon for the site by entering a URL.
파일 크기 147 KB
설치 횟수 79
현재 버전 1.1.2
최근 업데이트 2022-07-26
출시 날짜 2022-07-25
평점 5.00/5 총 1 개의 평점
개발자 no.web.developer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/LightAPIs/get-site-favicon
도움말 페이지 URL https://github.com/LightAPIs/get-site-favicon
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.1.2",
    "description": "__MSG_extDes__",
    "author": "Light",
    "homepage_url": "https:\/\/github.com\/LightAPIs\/get-site-favicon",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ]
}