Cadence Support
Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.
What is Cadence Support?
Cadence Support is a Chrome extension developed by Cadence Support, and its main feature is "Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.".
Extension Screenshots
Download Cadence Support Extension CRX File
Download Cadence Support extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It can be used to quickly launch Cadence Learning and Support Portal search.
Extension Basic Information
Name | Cadence Support |
ID | hnogfcebnhgaegmomkanmgmhlgiggoak |
Official URL | https://chromewebstore.google.com/detail/cadence-support/hnogfcebnhgaegmomkanmgmhlgiggoak |
Description | Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab. |
File Size | 26.07 KB |
Installation Count | 3,854 |
Current Version | 1.2 |
Last Updated | 2022-04-07 |
Publish Date | 2022-04-07 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Cadence Support |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |