MyStart Homepage & Search for Chrome

Set MyStart as your default homepage and Yahoo! as your default search engine. Enjoy beautiful images and captivating articles.

MyStart Homepage & Search for Chromeคืออะไร?

MyStart Homepage & Search for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mystart.com และคุณลักษณะหลักของมันคือ "Set MyStart as your default homepage and Yahoo! as your default search engine. Enjoy beautiful images and captivating articles."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyStart Homepage & Search for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย MyStart Homepage & Search for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The MyStart Homepage Extension is designed to transform your web browsing into an immersive and personalized experience. With this extension, you can set your homepage to MyStart.com and your default search engine to Yahoo! and enjoy an array of features that will enhance your productivity and keep you captivated.
 
When you install MyStart Homepage, you gain access to an impressive collection of high-definition wallpapers that will greet you every time you open your homepage. From stunning animals to captivating landscapes, these wallpapers add a touch of beauty and inspiration to your browsing sessions.

MyStart.com also offers interesting and engaging articles from their blog. Get fascinating content while enjoying a seamless browsing experience.

Keep track of your tasks and stay organized with the convenient to-do list widget. It's the perfect tool to manage your daily activities and prioritize your tasks efficiently.
 
Need to unwind or create a soothing atmosphere while browsing? The homepage features a chill-out music widget that allows you to listen to relaxing tunes while you navigate the web. 

The MyStart Homepage includes a local weather widget that displays up-to-date weather information for your location. Stay prepared and plan your day accordingly without leaving your browsing window.

The extension also provides a handy time and date widget, ensuring you're always aware of the current time, day, and date.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MyStart Homepage & Search for Chrome MyStart Homepage & Search for Chrome
ID ampamnemohhbncnaboefbgbnpfdgaood
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mystart-homepage-search-f/ampamnemohhbncnaboefbgbnpfdgaood
คำอธิบาย Set MyStart as your default homepage and Yahoo! as your default search engine. Enjoy beautiful images and captivating articles.
ขนาดไฟล์ 37.17 KB
จำนวนการติดตั้ง 233
เวอร์ชันปัจจุบัน 3.4.24
อัปเดตครั้งล่าสุด 2023-10-03
วันที่เผยแพร่ 2023-08-03
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.mystart.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mystart.com
URL หน้าช่วยเหลือ https://www.mystart.com/blog/contact/
URL หน้านโยบายความเป็นส่วนตัว https://www.mystart.com/blog/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyStart Homepage & Search for Chrome",
    "description": "Set MyStart as your default homepage and Yahoo! as your default search engine. Enjoy beautiful images and captivating articles.",
    "version": "3.4.24",
    "short_name": "MyStartHomepage",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "64": "images\/icons\/64.png",
            "128": "images\/icons\/128.png"
        },
        "default_title": "MyStart Homepage"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "MyStart.com",
            "keyword": "MyStart.com",
            "favicon_url": "https:\/\/www.mystart.com\/new-tab\/newtab\/newtab\/img\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/www.mystart.com\/browser-extensions\/ms\/generic\/results.php?q={searchTerms}&ext=mshp"
        },
        "startup_pages": [
            "https:\/\/www.mystart.com"
        ],
        "homepage": "https:\/\/www.mystart.com"
    },
    "manifest_version": 3
}