muse-quotes
Muse Quotes
muse-quotesとは何ですか?
muse-quotesはTeqfireによって開発されたChromeの拡張機能で、その主な機能は「Muse Quotes」です。
拡張機能のスクリーンショット
muse-quotes拡張機能のCRXファイルをダウンロード
muse-quotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enormous quotes with chosen thoughts and modern impulse. Transform your life with the power of motivation! On every new tab, Muse-Quotes offers unique inspiration. Join your hands with us where we use motivation as part of our everyday routine. By clicking "Add to chrome", I accept and agree to installing the muse-quotes extension and setting Chrome™ newtab search to that provided by the service and the Terms of Use and Privacy Policy. search will be powered by Bing. Features: Search box for browsing that aligns up with you. Inspirational quotes displayed on clicking new tab. Seamless design for a fresh look. Terms of use: https://muse-quotes.com/terms/ Privacy policy: https://muse-quotes.com/privacy/ The extension redirects to "thank you" page once the user installs it.
拡張機能の基本情報
名前 | muse-quotes |
ID | cogfgpdcbgjjllacoilppcemejjdgjib |
公式URL | https://chromewebstore.google.com/detail/muse-quotes/cogfgpdcbgjjllacoilppcemejjdgjib |
説明 | Muse Quotes |
ファイルサイズ | 192 KB |
インストール数 | 3,000 |
現在のバージョン | 0.0.9 |
最終更新日 | 2023-01-25 |
公開日 | 2022-11-17 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Teqfire |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://muse-quotes.com/lander/ |
ヘルプページのURL | https://muse-quotes.com |
プライバシーポリシーページのURL | https://teqfire.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "muse-quotes", "short_name": "muse-quotes", "version": "0.0.9", "description": "Muse Quotes", "omnibox": { "keyword": "Muse Quotes" }, "homepage_url": "https:\/\/muse-quotes.com\/", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icons\/storeicon.png" }, "chrome_settings_overrides": { "search_provider": { "name": "Muse-Quotes", "keyword": "Keyword", "search_url": "https:\/\/muse-quotes.com\/search.php?q={searchTerms}", "favicon_url": "https:\/\/muse-quotes.com\/favicon.ico", "encoding": "UTF-8", "suggest_url": "https:\/\/muse-quotes.com\/search.php?suggestion={searchTerms}", "is_default": true } }, "background": { "service_worker": "background.js" } } |