muse-quotes

Muse Quotes

什么是muse-quotes?

muse-quotes是由Teqfire开发的Chrome扩展程序,该扩展的主要功能是“Muse Quotes”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}