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ファイルをダウンロード

Pink Background Daily拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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';"
    }
}