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 |
Eメール | [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" } } |