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.
Bubble.io: Editor Dark Mode là gì?
Bubble.io: Editor Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi danbernal.cl, và tính năng chính của nó là "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bubble.io: Editor Dark Mode
Tải xuống các tệp mở rộng Bubble.io: Editor Dark Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Install this extension to enable dark mode in the bubble.io editor
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bubble.io: Editor Dark Mode |
ID | infkadcekhdmdjeiapipcbanolpmlpln |
URL Chính Thức | https://chromewebstore.google.com/detail/bubbleio-editor-dark-mode/infkadcekhdmdjeiapipcbanolpmlpln |
Mô tả | Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle. |
Kích Thước Tệp | 12.53 KB |
Số Lần Cài Đặt | 440 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-06-17 |
Ngày Phát Hành | 2021-06-17 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | danbernal.cl |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.danbernal.cl |
URL Trang Chính Sách Bảo Mật | https://danbernal.cl/private-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |