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" } } |