Make Qwant Great Again
Better design and one click search through Google and other services for Qwant.
什么是Make Qwant Great Again?
Make Qwant Great Again是由Andréa Beyer开发的Chrome扩展程序,该扩展的主要功能是“Better design and one click search through Google and other services for Qwant.”。
扩展截图
下载Make Qwant Great Again扩展crx文件
下载Make Qwant Great Again扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🇫🇷 Cette extension améliore le design du moteur de recherche Qwant dans l'esprit du thème classique. Le but étant de le rendre plus sobre dans sa charte graphique. Elle permet également de rechercher en un clic votre terme sur Google, Duckduckgo, Google Maps, Wikipedia et Youtube. 🇺🇸 This extension improves the design of the Qwant search engine in the spirit of the classic theme. The goal is to make it more sober in its graphic charter. It also allows you to search for your term in one click on Google, Duckduckgo, Google Maps, Wikipedia and Youtube. https://github.com/AndreaBeyer/Make-Qwant-Great-Again-Chrome
扩展基本信息
名称 | Make Qwant Great Again |
ID | mmdlbipinnjkghhjnhgjblbccnchgfbm |
官方URL | https://chromewebstore.google.com/detail/make-qwant-great-again/mmdlbipinnjkghhjnhgjblbccnchgfbm |
简介 | Better design and one click search through Google and other services for Qwant. |
文件大小 | 51.42 KB |
安装次数 | 20 |
当前版本 | 1.2.6 |
更新时间 | 2022-08-19 |
上架时间 | 2022-07-26 |
开发者 | Andréa Beyer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Make Qwant Great Again", "version": "1.2.6", "description": "Better design and one click search through Google and other services for Qwant.", "content_scripts": [ { "matches": [ "https:\/\/*.qwant.com\/*" ], "exclude_matches": [ "https:\/\/*.qwant.com\/maps*" ], "run_at": "document_start", "js": [ "script.js" ], "css": [ "styles.css" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 3 } |