Handle Stalker

This extension opens up the social network pages associated to a specific handle.

Handle Stalkerคืออะไร?

Handle Stalker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samanthakem และคุณลักษณะหลักของมันคือ "This extension opens up the social network pages associated to a specific handle."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Handle Stalker

ดาวน์โหลดไฟล์ส่วนขยาย Handle Stalker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        People tend to use the same handle for every social network. It is like a brand! Have you ever had the experience of finding someone's GitHub profile very interesting and you had the curiosity to see his/hers other social networks as well? Finding it manually can be a little bit repetitive, you have to copy and paste the same handle for every social network, some people even search for it instead. Yes, the stalking task might be a little boring sometimes. That's why I created Handle Stalker. Now you can be a faster stalker LOL Just kidding! Handle Stalker can also help you to see if a specific handle is still not taken. How great is that? :) Feel free to write down any feedback.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Handle Stalker Handle Stalker
ID ofdhgbjblhdkepgmafdeppjcmaaegllf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/handle-stalker/ofdhgbjblhdkepgmafdeppjcmaaegllf
คำอธิบาย This extension opens up the social network pages associated to a specific handle.
ขนาดไฟล์ 1.86 MB
จำนวนการติดตั้ง 1,263
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2016-10-06
วันที่เผยแพร่ 2016-10-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา samanthakem
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Handle Stalker",
    "description": "This extension opens up the social network pages associated to a specific handle.",
    "version": "1.3",
    "author": "Samantha Monteiro",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}