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
擴展基本資訊
名稱 | |
ID | coinnpooecegjcopbdnenpgjfhnegjnm |
官方網址 | 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 } |