SpanishDict Search

Type 'sd' in the search box to quickly translate with SpanishDict

ما هو SpanishDict Search؟

SpanishDict Search هو إضافة Chrome تم تطويرها بواسطة Kenny Hui، والميزة الرئيسية لها هي "Type 'sd' in the search box to quickly translate with SpanishDict".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SpanishDict Search

قم بتنزيل ملفات الامتداد SpanishDict Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
البريد الإلكتروني [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"
    }
}