muse-quotes
Muse Quotes
Τι είναι το muse-quotes;
Το muse-quotes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Teqfire, και η κύρια λειτουργία του είναι "Muse Quotes".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης muse-quotes
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" } } |