Bubble.io: Editor Dark Mode
Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.
O que é Bubble.io: Editor Dark Mode?
Bubble.io: Editor Dark Mode é uma extensão do Chrome desenvolvida por danbernal.cl, e sua principal característica é "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bubble.io: Editor Dark Mode
Baixe arquivos de extensão Bubble.io: Editor Dark Mode 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
Install this extension to enable dark mode in the bubble.io editor
Informações Básicas da Extensão
Nome | Bubble.io: Editor Dark Mode |
ID | infkadcekhdmdjeiapipcbanolpmlpln |
URL Oficial | https://chromewebstore.google.com/detail/bubbleio-editor-dark-mode/infkadcekhdmdjeiapipcbanolpmlpln |
Descrição | Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle. |
Tamanho do Arquivo | 12.53 KB |
Contagem de Instalações | 440 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-06-17 |
Data de Publicação | 2021-06-17 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | danbernal.cl |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.danbernal.cl |
URL da Página de Política de Privacidade | https://danbernal.cl/private-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bubble.io: Editor Dark Mode", "description": "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/*.bubble.io\/*" ], "css": [ "estilo.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/darkMode128.png" }, "icons": { "16": "images\/darkMode16.png", "32": "images\/darkMode32.png", "48": "images\/darkMode48.png", "128": "images\/darkMode128.png" } } |