Search Aria People

To use, type 'aria' plus a search term into the Omnibox.

ما هو Search Aria People؟

Search Aria People هو إضافة Chrome تم تطويرها بواسطة OneFar، والميزة الرئيسية لها هي "To use, type 'aria' plus a search term into the Omnibox.".

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

screenshot

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

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

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

                        Use chrome omnibox to search aria people. Type 'aria' + tab, then enter name/email/id to search.

ominibox will display the suggested names returned by aria. 

Updates:
1.1.0
- Improved suggestion to display person position, country code and phone number.
- Minor bug fix.                    

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

الاسم Search Aria People Search Aria People
ID jadmkkkklhmbadkggohfnddfomidnink
عنوان URL الرسمي https://chromewebstore.google.com/detail/search-aria-people/jadmkkkklhmbadkggohfnddfomidnink
الوصف To use, type 'aria' plus a search term into the Omnibox.
حجم الملف 8.19 KB
عدد التثبيتات 23
النسخة الحالية 1.1.0
آخر تحديث 2017-03-17
تاريخ النشر 2017-03-17
المطور OneFar
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Aria People",
    "description": "To use, type 'aria' plus a search term into the Omnibox.",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/people.us.oracle.com\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "omnibox": {
        "keyword": "aria"
    },
    "manifest_version": 2
}