Marvel
Marvel searching browser extension
什麼是Marvel?
Marvel是由dev.infinitywalls開發的Chrome擴展程式,該擴展的主要功能是“Marvel searching browser extension”。
擴展截圖
下載Marvel擴展crx文件
下載Marvel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
InfinityWalls – Marvel backrounds InfinityWalls – get your favourite Marvel character to be your browser backrgound For more information please visit: https://infinitywalls.xyz/index.html Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the InfinityWalls extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://infinitywalls.xyz/terms-and-conditions.html and privacy policy at https://infinitywalls.xyz/privacy-policy.html The extension will update your new-tab with customizable Marvel background, and it will change your search engine to be powered by Bing.
擴展基本資訊
名稱 | |
ID | lfofpknejdihfgnolcgmfihnjmpkocgg |
官方網址 | https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg |
簡介 | Marvel searching browser extension |
檔案大小 | 18.61 MB |
安裝次數 | 207 |
目前版本 | 1.0 |
更新時間 | 2022-04-20 |
上架時間 | 2022-04-19 |
開發者 | dev.infinitywalls |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://infinitywalls.xyz/ |
說明頁面URL | https://infinitywalls.xyz/contact.html |
隱私政策頁面URL | https://infinitywalls.xyz/privacy-policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marvel", "description": "Marvel searching browser extension", "version": "1.0", "manifest_version": 3, "homepage_url": "https:\/\/infinitywalls.xyz\/index.html", "background": { "service_worker": ".\/background.js" }, "chrome_url_overrides": { "newtab": ".\/index.html" }, "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/marvel.png", "32": "\/images\/marvel.png", "48": "\/images\/marvel.png", "128": "\/images\/marvel.png" } }, "icons": { "16": "\/images\/marvel.png", "32": "\/images\/marvel.png", "48": "\/images\/marvel.png", "128": "\/images\/marvel.png" } } |