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 |
官方網址 | 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 |
電子郵箱 | [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" } } |