muse-quotes
Muse Quotes
Vad är muse-quotes?
muse-quotes är en Chrome-tillägg utvecklad av Teqfire, och dess huvudfunktion är "Muse Quotes".
Tilläggsskärmbilder
Ladda ner muse-quotes-förlängningens CRX-fil
Ladda ner muse-quotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | muse-quotes |
ID | cogfgpdcbgjjllacoilppcemejjdgjib |
Officiell webbadress | https://chromewebstore.google.com/detail/muse-quotes/cogfgpdcbgjjllacoilppcemejjdgjib |
Beskrivning | Muse Quotes |
Filstorlek | 192 KB |
Antal Installationer | 3,000 |
Aktuell Version | 0.0.9 |
Senast Uppdaterad | 2023-01-25 |
Publiceringsdatum | 2022-11-17 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Teqfire |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://muse-quotes.com/lander/ |
Hjälpsida URL | https://muse-quotes.com |
URL till Sekretesspolicy Sidan | https://teqfire.com/privacy |
Stödda Språk | 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" } } |