Search for Icons
Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)
O que é Search for Icons?
Search for Icons é uma extensão do Chrome desenvolvida por https://bytecode77.com, e sua principal característica é "Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search for Icons
Baixe arquivos de extensão Search for Icons 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 useful to graphic designers and developers who quickly want to find an icon. Whether it's a 16x16 PNG icon for an edit button or a different file type or size. It's a repetitive and exhausting task that is simplified by this extension. • Select your size (16x16, 32x32, etc.) • Select the file type (PNG, GIF, etc.) • Select the type of color you want • Enter your search string and find the icon you are looking for Google Images will pop up with your search. The default task is a 16x16 PNG file with no specific color preference. For this, you only have to enter a search query, while without this extension you would have to pursue multiple steps in Google Image Search. The extension is designed within the look & feel of Google Chrome.
Informações Básicas da Extensão
Nome | Search for Icons |
ID | egiilgiocmeciobcfpaglgmehcmigbim |
URL Oficial | https://chromewebstore.google.com/detail/search-for-icons/egiilgiocmeciobcfpaglgmehcmigbim |
Descrição | Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...) |
Tamanho do Arquivo | 39.48 KB |
Contagem de Instalações | 298 |
Versão Atual | 1.1.0 |
Última Atualização | 2020-11-20 |
Data de Publicação | 2017-04-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://bytecode77.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "bytecode77", "homepage_url": "https:\/\/bytecode77.com", "name": "Search for Icons", "description": "Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)", "version": "1.1.0", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "browser_action": { "default_icon": "icon\/16.png", "default_popup": "html\/popup.html" }, "options_ui": { "page": "html\/popup.html", "chrome_style": true } } |