Who is this?

The two-click information finder

Who is this?คืออะไร?

Who is this? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DRLZ และคุณลักษณะหลักของมันคือ "The two-click information finder"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Who is this?

ดาวน์โหลดไฟล์ส่วนขยาย 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? 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
}