Cosmic

A cosmic way to start your browsing

什麼是Cosmic?

Cosmic是由https://cosmic-tab.com開發的Chrome擴展程式,該擴展的主要功能是“A cosmic way to start your browsing”。

擴展截圖

screenshot

下載Cosmic擴展crx文件

下載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
官方網址 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": []
}