Cadence Support

Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.

Cadence Supportคืออะไร?

Cadence Support เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cadence Support และคุณลักษณะหลักของมันคือ "Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab."

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

screenshot

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

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

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

                        It can be used to quickly launch Cadence Learning and Support Portal search.                    

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

ชื่อ Cadence Support Cadence Support
ID hnogfcebnhgaegmomkanmgmhlgiggoak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cadence-support/hnogfcebnhgaegmomkanmgmhlgiggoak
คำอธิบาย Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.
ขนาดไฟล์ 26.07 KB
จำนวนการติดตั้ง 3,854
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-04-07
วันที่เผยแพร่ 2022-04-07
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Cadence Support
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cadence Support",
    "description": "Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "cs"
    },
    "action": {
        "default_icon": {
            "16": "newtab_search16.png",
            "32": "newtab_search32.png"
        }
    },
    "icons": {
        "16": "newtab_search16.png",
        "32": "newtab_search32.png",
        "48": "newtab_search48.png",
        "128": "newtab_search128.png"
    }
}