Placeholder Image
Quickly generate and find the right placeholder image for work!
O que é Placeholder Image?
Placeholder Image é uma extensão do Chrome desenvolvida por mike, e sua principal característica é "Quickly generate and find the right placeholder image for work!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Placeholder Image
Baixe arquivos de extensão Placeholder Image 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
Functions 1: Find the right placeholder image for your project - Generate customized placeholder image with URL - Search for the image you want through four famous website providing royalty free images Function 2: Generate a report listing URLs of images with different size - Simply right click on the image and choose "ShowImageURL"
Informações Básicas da Extensão
Nome | Placeholder Image |
ID | giidjkijabogomgacafdieofnebbmmpg |
URL Oficial | https://chromewebstore.google.com/detail/placeholder-image/giidjkijabogomgacafdieofnebbmmpg |
Descrição | Quickly generate and find the right placeholder image for work! |
Tamanho do Arquivo | 29.3 MB |
Contagem de Instalações | 161 |
Versão Atual | 1.2 |
Última Atualização | 2019-08-30 |
Data de Publicação | 2019-08-25 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | mike |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://bit.ly/2GN6q1F |
URL da Página de Ajuda | https://github.com/smallpaes/find-placeholder-image |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Placeholder Image", "version": "1.2", "description": "Quickly generate and find the right placeholder image for work!", "permissions": [ "contextMenus", "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" } }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "128": "images\/image128.png" }, "content_scripts": [ { "matches": [ " |