Webflow Pet Baby Cow
Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.
O que é Webflow Pet Baby Cow?
Webflow Pet Baby Cow é uma extensão do Chrome desenvolvida por https://webbae.net, e sua principal característica é "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Webflow Pet Baby Cow
Baixe arquivos de extensão Webflow Pet Baby Cow 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
Boost productivity and have a little fun with a pet baby cow in Webflow designer.
Informações Básicas da Extensão
Nome | Webflow Pet Baby Cow |
ID | kfehjlkcomfabemcedooakhaeigmgohp |
URL Oficial | https://chromewebstore.google.com/detail/webflow-pet-baby-cow/kfehjlkcomfabemcedooakhaeigmgohp |
Descrição | Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile. |
Tamanho do Arquivo | 19.98 KB |
Contagem de Instalações | 102 |
Versão Atual | 1.1 |
Última Atualização | 2023-05-25 |
Data de Publicação | 2023-05-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://webbae.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://webbae.net |
URL da Página de Ajuda | https://twitter.com/WebIsBae |
URL da Página de Política de Privacidade | https://www.webbae.net/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webflow Pet Baby Cow", "version": "1.1", "description": "Pet Baby Cow hangs out while you design beautiful websites in Webflow. Guaranteed to boost productivity or at least make you smile.", "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/*.webflow.com\/design\/*" ] } ], "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ " |