Cartageous

Cartageous Chrome Extension

什麼是Cartageous?

Cartageous是由Blender Networks Inc.開發的Chrome擴展程式,該擴展的主要功能是“Cartageous Chrome Extension”。

擴展截圖

screenshot

下載Cartageous擴展crx文件

下載Cartageous擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Cartageous extension replaces your browsers New Tab search engine with Yahoo.com.

Please read carefully: By installing this application, you agree to the End User License Agreement and the Privacy Policy. Please note that this extension provides an easy to use search option right inside your new tab extension.                    

擴展基本資訊

名稱 Cartageous Cartageous
ID naceaacfhibjaomhofpegoalinnkmegi
官方網址 https://chromewebstore.google.com/detail/cartageous/naceaacfhibjaomhofpegoalinnkmegi
簡介 Cartageous Chrome Extension
檔案大小 2.25 MB
安裝次數 43,833
目前版本 1.4.5
更新時間 2024-01-12
上架時間 2021-02-04
評分 4.08/5 共 12 次評分
開發者 Blender Networks Inc.
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cartageous.com/
隱私政策頁面URL https://blendernetworks.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cartageous",
    "description": "Cartageous Chrome Extension",
    "version": "1.4.5",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.cartageous.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*",
                "assets\/js\/*",
                "assets\/fonts\/*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}