Handle Stalker
This extension opens up the social network pages associated to a specific handle.
Vad är Handle Stalker?
Handle Stalker är en Chrome-tillägg utvecklad av samanthakem, och dess huvudfunktion är "This extension opens up the social network pages associated to a specific handle.".
Tilläggsskärmbilder
Ladda ner Handle Stalker-förlängningens CRX-fil
Ladda ner Handle Stalker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ofdhgbjblhdkepgmafdeppjcmaaegllf |
| Officiell webbadress | https://chromewebstore.google.com/detail/handle-stalker/ofdhgbjblhdkepgmafdeppjcmaaegllf |
| Beskrivning | This extension opens up the social network pages associated to a specific handle. |
| Filstorlek | 1.86 MB |
| Antal Installationer | 1,263 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2016-10-06 |
| Publiceringsdatum | 2016-10-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | samanthakem |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/"
]
} | |