Get Favicon
This extension displays the current page's favicon as well as the favicon's URL and dimensions.
O que é Get Favicon?
Get Favicon é uma extensão do Chrome desenvolvida por Matthew Knight, e sua principal característica é "This extension displays the current page's favicon as well as the favicon's URL and dimensions.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Get Favicon
Baixe arquivos de extensão Get 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
This extension is very small and very simple. I wrote it for myself one day to meet my own needs, but I'd really like some feedback. Can it be improved? What were you looking for when you came across it? Does it do what you want? If not, what is it missing? Can/should it display more of the image's meta info? Maybe auto-save the icons of all open tabs into a folder? Please let me know.
Informações Básicas da Extensão
Nome | Get Favicon |
ID | gpipahagclehninhhjkhbkliinfofnhe |
URL Oficial | https://chromewebstore.google.com/detail/get-favicon/gpipahagclehninhhjkhbkliinfofnhe |
Descrição | This extension displays the current page's favicon as well as the favicon's URL and dimensions. |
Tamanho do Arquivo | 5.97 KB |
Contagem de Instalações | 10,688 |
Versão Atual | 1.2 |
Última Atualização | 2021-06-15 |
Data de Publicação | 2018-01-02 |
Classificação | 4.96/5 Total de 26 Avaliações |
Desenvolvedor | Matthew Knight |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Get Favicon" }, "description": "This extension displays the current page's favicon as well as the favicon's URL and dimensions.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkjBd1DuE0TymO1pkPKki6wRENknNFbsx9paGlujxaIt37HuA07KurdNYsGMo1AH4MvN+4bozp33+rM8NDGR90xgqfcUbI8OYbOmv7a1Bx17rwB+l9ZyHoKn7AAU0RBlWu2E77U6IkV+I49eOgk82InecUxk59vFRqb2NmeR2ZLjoi7FECGXvFEkoDSemUdgwDrL62YUklIedvT8qoZtLAvQafnz8LpRNMlCTJBN+mORg73hVYOTwQDFFT7TO8J9rgK7gI2f736fXF4WkkA+FAlvtJaUKcOezb\/RWmxsed9YhL963bTCqWQCvkT4\/yCICYCFII6QC7KxQBHfcZU\/e5wIDAQAB", "manifest_version": 2, "name": "Get Favicon", "permissions": [ "activeTab" ], "short_name": "Get Favicon", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |