Search Aria People
To use, type 'aria' plus a search term into the Omnibox.
Search Aria Peopleとは何ですか?
Search Aria PeopleはOneFarによって開発されたChromeの拡張機能で、その主な機能は「To use, type 'aria' plus a search term into the Omnibox.」です。
拡張機能のスクリーンショット
Search Aria People拡張機能のCRXファイルをダウンロード
Search Aria People拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |