Cosmic

A cosmic way to start your browsing

Cosmicคืออะไร?

Cosmic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cosmic-tab.com และคุณลักษณะหลักของมันคือ "A cosmic way to start your browsing"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cosmic

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

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

                        Cosmic is an efficient and beautiful new tab extension available for your chrome browser with an effortless search experience that makes your browsers homepage simple and easy to access search and popular social media networks quick links.

By clicking "Add to Chrome", I accept and agree to installing the Cosmic Chrome extension and setting Chrome™️ New Tab Search to that provided by the service with results by Microsoft Bing, and the Terms of Use and Privacy Policy. 
 
Terms of Use: https://questa.mobi/terms-conditions/
Privacy Policy: https://questa.mobi/privacy-policy/                    

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

ชื่อ Cosmic Cosmic
ID gmkfddbnlpiimiopnmcldjffigmimhfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cosmic/gmkfddbnlpiimiopnmcldjffigmimhfg
คำอธิบาย A cosmic way to start your browsing
ขนาดไฟล์ 2.05 MB
จำนวนการติดตั้ง 67,651
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-02-13
วันที่เผยแพร่ 2022-09-20
ผู้พัฒนา https://cosmic-tab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cosmic-tab.com
URL หน้านโยบายความเป็นส่วนตัว https://questa.mobi/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cosmic",
    "short_name": "Cosmic",
    "version": "1.0.1",
    "description": "A cosmic way to start your browsing",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/cosmic-tab.com\/",
            "is_default": true,
            "keyword": "Keyword",
            "name": "cosmic",
            "search_url": "https:\/\/search.cosmic-tab.com\/search?q={searchTerms}"
        }
    },
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png"
    },
    "author": "Trigvent",
    "action": {
        "browser_style": false,
        "default_title": "cosmic"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": []
}