Purple Background Daily
Designed for purple color lovers. Change your new tab with random purple background!
Vad är Purple Background Daily?
Purple Background Daily är en Chrome-tillägg utvecklad av https://bg.smallcolortools.com, och dess huvudfunktion är "Designed for purple color lovers. Change your new tab with random purple background!".
Tilläggsskärmbilder
Ladda ner Purple Background Daily-förlängningens CRX-fil
Ladda ner Purple Background Daily-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lekpchklgceelnfdlbnlnacmiajflmgl |
Officiell webbadress | https://chrome.google.com/webstore/detail/purple-background-daily/lekpchklgceelnfdlbnlnacmiajflmgl |
Beskrivning | Designed for purple color lovers. Change your new tab with random purple background! |
Filstorlek | 80.21 KB |
Antal Installationer | 71 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2023-02-28 |
Publiceringsdatum | 2022-10-12 |
Utvecklare | https://bg.smallcolortools.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://bg.smallcolortools.com |
Hjälpsida URL | https://bg.smallcolortools.com/contact.php |
URL till Sekretesspolicy Sidan | https://bg.smallcolortools.com/privacy.php |
Stödda Språk | 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';" } } |