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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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';" } } |