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 |
Eメール | [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" } } |