Search Aria People

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

Wat is Search Aria People?

Search Aria People is een Chrome-extensie ontwikkeld door OneFar, en de belangrijkste functie is "To use, type 'aria' plus a search term into the Omnibox.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Search Aria People

Download Search Aria People-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Search Aria People Search Aria People
ID jadmkkkklhmbadkggohfnddfomidnink
Officiële URL https://chromewebstore.google.com/detail/search-aria-people/jadmkkkklhmbadkggohfnddfomidnink
Beschrijving To use, type 'aria' plus a search term into the Omnibox.
Bestandsgrootte 8.19 KB
Aantal Installaties 23
Huidige Versie 1.1.0
Laatst Bijgewerkt 2017-03-17
Publicatiedatum 2017-03-17
Ontwikkelaar OneFar
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}