muse-quotes

Muse Quotes

muse-quotes là gì?

muse-quotes là một tiện ích mở rộng Chrome được phát triển bởi Teqfire, và tính năng chính của nó là "Muse Quotes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng muse-quotes

Tải xuống các tệp mở rộng muse-quotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên muse-quotes muse-quotes
ID cogfgpdcbgjjllacoilppcemejjdgjib
URL Chính Thức https://chromewebstore.google.com/detail/muse-quotes/cogfgpdcbgjjllacoilppcemejjdgjib
Mô tả Muse Quotes
Kích Thước Tệp 192 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2023-01-25
Ngày Phát Hành 2022-11-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Teqfire
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://muse-quotes.com/lander/
URL Trang Trợ Giúp https://muse-quotes.com
URL Trang Chính Sách Bảo Mật https://teqfire.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}