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文件

下载Personalized Backgrounds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}