Who is this?
The two-click information finder
Who is this?とは何ですか?
Who is this?はDRLZによって開発されたChromeの拡張機能で、その主な機能は「The two-click information finder」です。
拡張機能のスクリーンショット
Who is this?拡張機能のCRXファイルをダウンロード
Who is this?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get access to people's information via the right click menu. Highlighting a name with your mouse and pressing the right-click button will show the option to search for that person on the following websites: - Linkedin - Twitter - Wikipedia - Pipl - Google This extension is designed for journalists, reporters, bloggers, or any kind of users who needs to regularly get information and facts on unknown people. Missing your favorite website? Sorry about that, please let us know which one here: http://goo.gl/forms/awH5Ga9Ocg
拡張機能の基本情報
名前 | Who is this? |
ID | coinnpooecegjcopbdnenpgjfhnegjnm |
公式URL | https://chromewebstore.google.com/detail/who-is-this/coinnpooecegjcopbdnenpgjfhnegjnm |
説明 | The two-click information finder |
ファイルサイズ | 19.77 KB |
インストール数 | 389 |
現在のバージョン | 0.1 |
最終更新日 | 2015-12-29 |
公開日 | 2015-12-29 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | DRLZ |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Who is this?", "description": "The two-click information finder", "version": "0.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "script_min.js" ] }, "icons": { "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |