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