Keyword Search

This is a simple extension that searches your keyword

ما هو Keyword Search؟

Keyword Search هو إضافة Chrome تم تطويرها بواسطة Kashyap Kaki، والميزة الرئيسية لها هي "This is a simple extension that searches your keyword".

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

screenshot
screenshot
screenshot

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

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

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

                        If you'd like to search any keyword anywhere from one place, this extension is for you. With this extension, you can search any keyword that opens another tab to give your search results. Initial version released. Coming up with more features in future. If you like the extension, please rate and encourage us. Let us know your feedback and suggestions.

Thank you!                    

معلومات أساسية عن التمديد

الاسم Keyword Search Keyword Search
ID nonlplbhnineefeopejpfmfhppnnejdi
عنوان URL الرسمي https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi
الوصف This is a simple extension that searches your keyword
حجم الملف 115 KB
عدد التثبيتات 38
النسخة الحالية 1.0
آخر تحديث 2020-07-20
تاريخ النشر 2020-07-20
المطور Kashyap Kaki
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyword Search",
    "version": "1.0",
    "description": "This is a simple extension that searches your keyword",
    "author": "Kashyap Kaki",
    "icons": {
        "16": "Resources\/SearchIcon-16px.png",
        "48": "Resources\/SearchIcon-48px.png",
        "128": "Resources\/SearchIcon-128px.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "Resources\/SearchIcon-16px.png",
            "24": "Resources\/SearchIcon-24px.png",
            "32": "Resources\/SearchIcon-32px.png"
        },
        "default_title": "Keyword Search",
        "default_popup": "index.html"
    },
    "background": [
        "main.js"
    ]
}