MyFotos Internet Search
Set and change new tab background.
MyFotos Internet Searchとは何ですか?
MyFotos Internet SearchはMyFotosによって開発されたChromeの拡張機能で、その主な機能は「Set and change new tab background.」です。
拡張機能のスクリーンショット
MyFotos Internet Search拡張機能のCRXファイルをダウンロード
MyFotos Internet Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MyFotos Internet Search allows you to pick any image from the settings and save it as a background of new tab. Images are taken from Free stock photos pexels.com By clicking "Add to Chrome", I accept and agree to installing the "MyFotos Internet Search" Chrome extension and setting Chrome™ new tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy Search results will be provided by Microsoft Bing. Terms & Conditions: https://myfotos.net/terms.php Privacy Policy: https://myfotos.net/privacy.php
拡張機能の基本情報
名前 | MyFotos Internet Search |
ID | fnmckdpliodfjheofaceadijdbpgnmnf |
公式URL | https://chromewebstore.google.com/detail/myfotos-internet-search/fnmckdpliodfjheofaceadijdbpgnmnf |
説明 | Set and change new tab background. |
ファイルサイズ | 3.4 MB |
インストール数 | 11,050 |
現在のバージョン | 0.0.3 |
最終更新日 | 2023-08-13 |
公開日 | 2023-08-04 |
評価 | 5.00/5 合計 12 レビュー |
開発者 | MyFotos |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://myfotos.net/ |
ヘルプページのURL | https://myfotos.net/contact.php |
プライバシーポリシーページのURL | https://myfotos.net/privacy.php |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MyFotos Internet Search", "author": "MyFotos", "version": "0.0.3", "description": "Set and change new tab background.", "icons": { "16": "assets\/icons\/icon16.png", "28": "assets\/icons\/icon28.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';" } } |