BlipDesk ThemeSwitcher
Alterne o tema do seu BlipDesk quando quiser
What is BlipDesk ThemeSwitcher?
BlipDesk ThemeSwitcher is a Chrome extension developed by Bruno Luz, and its main feature is "Alterne o tema do seu BlipDesk quando quiser".
Extension Screenshots
Download BlipDesk ThemeSwitcher Extension CRX File
Download BlipDesk ThemeSwitcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Este recurso permite alternar o seu BlipDesk para o modo escuro/claro quando quiser.
Extension Basic Information
Name | BlipDesk ThemeSwitcher |
ID | kohppndipmcnlenfdkiflbgndhldgkhn |
Official URL | https://chromewebstore.google.com/detail/blipdesk-themeswitcher/kohppndipmcnlenfdkiflbgndhldgkhn |
Description | Alterne o tema do seu BlipDesk quando quiser |
File Size | 5.94 KB |
Installation Count | 89 |
Current Version | 1.0.0 |
Last Updated | 2022-11-12 |
Publish Date | 2022-11-12 |
Developer | Bruno Luz |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlipDesk ThemeSwitcher", "author": "Bruno Luz", "version": "1.0.0", "manifest_version": 3, "description": "Alterne o tema do seu BlipDesk quando quiser", "content_scripts": [ { "matches": [ "https:\/\/*.desk.blip.ai\/*" ], "js": [ "popup.js" ] } ], "action": { "default_title": "BlipDesk ThemeSwitcher", "default_icon": "template-change.png", "default_popup": "popup.html" }, "permissions": [ "scripting", "activeTab" ] } |