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 |
官方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" } } |