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 |
官方網址 | 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 |
電子郵箱 | [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';" } } |