Purple Background Daily
Designed for purple color lovers. Change your new tab with random purple background!
什麼是Purple Background Daily?
Purple Background Daily是由https://bg.smallcolortools.com開發的Chrome擴展程式,該擴展的主要功能是“Designed for purple color lovers. Change your new tab with random purple background!”。
擴展截圖
下載Purple Background Daily擴展crx文件
下載Purple Background Daily擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | lekpchklgceelnfdlbnlnacmiajflmgl |
官方網址 | https://chrome.google.com/webstore/detail/purple-background-daily/lekpchklgceelnfdlbnlnacmiajflmgl |
簡介 | Designed for purple color lovers. Change your new tab with random purple background! |
檔案大小 | 80.21 KB |
安裝次數 | 71 |
目前版本 | 0.1.1 |
更新時間 | 2023-02-28 |
上架時間 | 2022-10-12 |
開發者 | https://bg.smallcolortools.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://bg.smallcolortools.com |
說明頁面URL | https://bg.smallcolortools.com/contact.php |
隱私政策頁面URL | https://bg.smallcolortools.com/privacy.php |
支援的語言 | 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';" } } |