SpanishDict Search
Type 'sd' in the search box to quickly translate with SpanishDict
SpanishDict Searchとは何ですか?
SpanishDict SearchはKenny Huiによって開発されたChromeの拡張機能で、その主な機能は「Type 'sd' in the search box to quickly translate with SpanishDict」です。
拡張機能のスクリーンショット
SpanishDict Search拡張機能のCRXファイルをダウンロード
SpanishDict Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Harness the power of SpanishDict at your fingertips and quickly translate from Spanish to English or vice versa seamlessly! Just add 'sd' before your search query and SpanishDict Search will automatically open SpanishDict!
拡張機能の基本情報
名前 | SpanishDict Search |
ID | mbbjijgghnfjbobepieofhcfoacnkacp |
公式URL | https://chromewebstore.google.com/detail/spanishdict-search/mbbjijgghnfjbobepieofhcfoacnkacp |
説明 | Type 'sd' in the search box to quickly translate with SpanishDict |
ファイルサイズ | 10.68 KB |
インストール数 | 645 |
現在のバージョン | 1.0 |
最終更新日 | 2021-11-25 |
公開日 | 2021-11-24 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Kenny Hui |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SpanishDict Search", "description": "Type 'sd' in the search box to quickly translate with SpanishDict", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "omnibox": { "keyword": "sd" }, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |