Handle Stalker

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

Handle Stalker là gì?

Handle Stalker là một tiện ích mở rộng Chrome được phát triển bởi samanthakem, và tính năng chính của nó là "This extension opens up the social network pages associated to a specific handle.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Handle Stalker

Tải xuống các tệp mở rộng Handle Stalker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Handle Stalker Handle Stalker
ID ofdhgbjblhdkepgmafdeppjcmaaegllf
URL Chính Thức https://chromewebstore.google.com/detail/handle-stalker/ofdhgbjblhdkepgmafdeppjcmaaegllf
Mô tả This extension opens up the social network pages associated to a specific handle.
Kích Thước Tệp 1.86 MB
Số Lần Cài Đặt 1,263
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-10-06
Ngày Phát Hành 2016-10-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển samanthakem
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}