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 |
官方URL | 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" } } |