Handle Stalker
This extension opens up the social network pages associated to a specific handle.
什麼是Handle Stalker?
Handle Stalker是由samanthakem開發的Chrome擴展程式,該擴展的主要功能是“This extension opens up the social network pages associated to a specific handle.”。
擴展截圖
下載Handle Stalker擴展crx文件
下載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 |
ID | ofdhgbjblhdkepgmafdeppjcmaaegllf |
官方網址 | 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\/" ] } |