Purple Background Daily
Designed for purple color lovers. Change your new tab with random purple background!
Purple Background Daily là gì?
Purple Background Daily là một tiện ích mở rộng Chrome được phát triển bởi https://bg.smallcolortools.com, và tính năng chính của nó là "Designed for purple color lovers. Change your new tab with random purple background!".
Ả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 Purple Background Daily
Tải xuống các tệp mở rộng Purple Background Daily 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
This extension is created for the fans of purple color. It randomly presents a hand-picked beautiful purple background in every new tab. The background is lockable and you are free to lock/unlock it anytime. Main features: * In the upper right corner, clicking on lock icon can lock/unlock current background. Once locked, the background will be used for any new tab. When unlocked, a random background will shown in every new tab. * In the lower right corner, clicking on rotation icon can switch to new background, without leaving current tab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lekpchklgceelnfdlbnlnacmiajflmgl |
URL Chính Thức | https://chrome.google.com/webstore/detail/purple-background-daily/lekpchklgceelnfdlbnlnacmiajflmgl |
Mô tả | Designed for purple color lovers. Change your new tab with random purple background! |
Kích Thước Tệp | 80.21 KB |
Số Lần Cài Đặt | 71 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2023-02-28 |
Ngày Phát Hành | 2022-10-12 |
Nhà Phát Triển | https://bg.smallcolortools.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bg.smallcolortools.com |
URL Trang Trợ Giúp | https://bg.smallcolortools.com/contact.php |
URL Trang Chính Sách Bảo Mật | https://bg.smallcolortools.com/privacy.php |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Purple Background Daily", "version": "0.1.1", "description": "Designed for purple color lovers. Change your new tab with random purple background!", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "purple-newtab", "default_icon": "icons\/logo.png" }, "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |