Cartageous

Cartageous Chrome Extension

Cartageousคืออะไร?

Cartageous เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blender Networks Inc. และคุณลักษณะหลักของมันคือ "Cartageous Chrome Extension"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}