Best Friend Backgrounds
Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.
Best Friend Backgroundsとは何ですか?
Best Friend Backgroundsはsimplicode.softwareによって開発されたChromeの拡張機能で、その主な機能は「Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.」です。
拡張機能のスクリーンショット
Best Friend Backgrounds拡張機能のCRXファイルをダウンロード
Best Friend Backgrounds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
BestFriendBackgrounds for Chrome is a subtle, clean and simple solution for changing your browser’s theme. If you love four legged fur babies, this extension is for you! Thanks to everyone that loves and supports BestFriendBackgrounds. We keep updating and bringing to you, high definition and adorable doggie backgrounds to make your day on your desktop or laptop as pleasant as can be. BestFriendBackgrounds takes over a new tab extension and brings you Bing Search results to help you find what you’re looking for, while enjoying the sights of a pretty puppy 🐶 By clicking "add to Chrome", I accept and agree to installing the Best Friend Backgrounds extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use (https://bestfriendbackgrounds.com/terms) and Policy (https://bestfriendbackgrounds.com/privacy)
拡張機能の基本情報
名前 | Best Friend Backgrounds |
ID | idipplfkkiceainggkhfmhpdjpffgpnd |
公式URL | https://chromewebstore.google.com/detail/best-friend-backgrounds/idipplfkkiceainggkhfmhpdjpffgpnd |
説明 | Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab. |
ファイルサイズ | 2.39 MB |
インストール数 | 44 |
現在のバージョン | 0.1.1 |
最終更新日 | 2023-04-06 |
公開日 | 2022-11-23 |
開発者 | simplicode.software |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://bestfriendbackgrounds.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Best Friend Backgrounds", "short_name": "Best Friend Backgrounds", "description": "Adds dog-themed backgrounds along with Bing search engine to your new Chrome tab.", "version": "0.1.1", "background": { "service_worker": "background.js" }, "icons": { "128": "images\/dogs.png" }, "offline_enabled": true, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ] } |