Imgartfis
The Imgartfis chrome extension lets you create AI images on the go.
O que é Imgartfis?
Imgartfis é uma extensão do Chrome desenvolvida por https://www.imgartfiscreator.club, e sua principal característica é "The Imgartfis chrome extension lets you create AI images on the go.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Imgartfis
Baixe arquivos de extensão Imgartfis 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
The Imgartfis chrome extension lets you create AI images directly in Google Search. This allows you to easily generate AI images based on Google searches.
Informações Básicas da Extensão
Nome | |
ID | diojbhjgmllkkiahmejflonlgoongehl |
URL Oficial | https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl |
Descrição | The Imgartfis chrome extension lets you create AI images on the go. |
Tamanho do Arquivo | 26.88 KB |
Contagem de Instalações | 243 |
Versão Atual | 1.0 |
Última Atualização | 2023-05-08 |
Data de Publicação | 2023-05-07 |
Desenvolvedor | https://www.imgartfiscreator.club |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://www.imgartfiscreator.club |
URL da Página de Política de Privacidade | https://imgartfiscreator.club/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Imgartfis", "description": "The Imgartfis chrome extension lets you create AI images on the go.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": "imgartfis-icon-black.png" }, "icons": { "16": "imgartfis-icon-16.png", "32": "imgartfis-icon-32.png", "48": "imgartfis-icon-48.png", "128": "imgartfis-icon-black.png" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "https:\/\/www.google.com\/*" ] } ] } |