Get Site Favicon

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

O que é Get Site Favicon?

Get Site Favicon é uma extensão do Chrome desenvolvida por no.web.developer, e sua principal característica é "You can get the favicon for the site by entering a URL.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Get Site Favicon

Baixe arquivos de extensão Get Site Favicon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ** 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                    

Informações Básicas da Extensão

Nome Get Site Favicon Get Site Favicon
ID bdinnpkeobbminaekbnbdmdnlnfahbbh
URL Oficial https://chromewebstore.google.com/detail/get-site-favicon/bdinnpkeobbminaekbnbdmdnlnfahbbh
Descrição You can get the favicon for the site by entering a URL.
Tamanho do Arquivo 147 KB
Contagem de Instalações 79
Versão Atual 1.1.2
Última Atualização 2022-07-26
Data de Publicação 2022-07-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor no.web.developer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/LightAPIs/get-site-favicon
URL da Página de Ajuda https://github.com/LightAPIs/get-site-favicon
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
Idiomas Suportados 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": [
        ""
    ]
}