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是由Cadence Support開發的Chrome擴展程式,該擴展的主要功能是“Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.”。
擴展截圖
下載Cadence Support擴展crx文件
下載Cadence Support擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It can be used to quickly launch Cadence Learning and Support Portal search.
擴展基本資訊
名稱 | Cadence Support |
ID | hnogfcebnhgaegmomkanmgmhlgiggoak |
官方網址 | 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" } } |