Search Aria People

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

What is Search Aria People?

Search Aria People is a Chrome extension developed by OneFar, and its main feature is "To use, type 'aria' plus a search term into the Omnibox.".

Extension Screenshots

screenshot

Download Search Aria People Extension CRX File

Download Search Aria People extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Search Aria People Search Aria People
ID jadmkkkklhmbadkggohfnddfomidnink
Official URL https://chromewebstore.google.com/detail/search-aria-people/jadmkkkklhmbadkggohfnddfomidnink
Description To use, type 'aria' plus a search term into the Omnibox.
File Size 8.19 KB
Installation Count 23
Current Version 1.1.0
Last Updated 2017-03-17
Publish Date 2017-03-17
Developer OneFar
Email [email protected]
Payment Type free
Supported Languages 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
}