Pink Background Daily

Designed for pink color lovers. Change your new tab with random pink background!

Pink Background Daily란 무엇입니까?

Pink Background Daily은(는) https://bg.smallcolortools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Designed for pink color lovers. Change your new tab with random pink background!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Pink Background Daily 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension presents a new hand-picked beautiful pink 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 be restored. 

* In the lower right corner, clicking on rotation icon can switch to a new background, without leaving current tab. You can use this feature to quickly find your favorite background and then lock it.                    

확장 프로그램 기본 정보

이름 Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
공식 URL https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
설명 Designed for pink color lovers. Change your new tab with random pink background!
파일 크기 78.48 KB
설치 횟수 193
현재 버전 0.1.1
최근 업데이트 2023-02-28
출시 날짜 2022-10-11
평점 5.00/5 총 1 개의 평점
개발자 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": "Pink Background Daily",
    "version": "0.1.1",
    "description": "Designed for pink color lovers. Change your new tab with random pink background!",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "colorful-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';"
    }
}