Personalized Backgrounds

Customize your browsing experience with personalized background images.

Personalized Backgrounds란 무엇입니까?

Personalized Backgrounds은(는) LeadPro Media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your browsing experience with personalized background images."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Personalized Backgrounds 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The ultimate tool for personalizing your Google Chrome browsing experience.
With this extension, you can easily customize and set your own background image for your Chrome browser. Personalized Backgrounds lets you personalize your browsing experience and make your browser truly your own by letting you choose a background from your own photos.
The extension also changes the default search engine to Bing.

By clicking "add to chrome", I accept and agree to install the Personalized Backgrounds extension and set Chrome's new tab search result by Microsoft Bing as described by the service in terms of use https://www.leadpromediallc.com/terms and Policy https://www.leadpromediallc.com/privacy


In order to set a custom background:

1. Click on the extension icon in the top right corner of your browser
2. Choose a photo from your library you want to set as your background (maximum size is 4MB)
3. Click "Submit"
*You are able to clear your chosen background by clicking on the extension icon and then "Clear"                    

확장 프로그램 기본 정보

이름 Personalized Backgrounds Personalized Backgrounds
ID dchojpeimdknjlmieeckmlinoomibbfc
공식 URL https://chromewebstore.google.com/detail/personalized-backgrounds/dchojpeimdknjlmieeckmlinoomibbfc
설명 Customize your browsing experience with personalized background images.
파일 크기 253 KB
설치 횟수 20,000
현재 버전 1.1.2
최근 업데이트 2023-08-18
출시 날짜 2023-07-20
평점 4.25/5 총 8 개의 평점
개발자 LeadPro Media
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.leadpromediallc.com/
도움말 페이지 URL https://www.leadpromediallc.com/contact
개인정보 보호 정책 페이지 URL https://www.leadpromediallc.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.1.2",
    "author": "LeadPro Media LLC",
    "name": "Personalized Backgrounds",
    "description": "Customize your browsing experience with personalized background images.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.personalizedbackground.com\/*"
    ]
}