Handle Stalker
This extension opens up the social network pages associated to a specific handle.
Hvad er Handle Stalker?
Handle Stalker er en Chrome-udvidelse udviklet af samanthakem, og dens hovedfunktion er "This extension opens up the social network pages associated to a specific handle.".
Udvidelsesskærmbilleder
Download Handle Stalker-udvidelses-CRX-fil
Download Handle Stalker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | ofdhgbjblhdkepgmafdeppjcmaaegllf |
| Officiel URL | https://chromewebstore.google.com/detail/handle-stalker/ofdhgbjblhdkepgmafdeppjcmaaegllf |
| Beskrivelse | This extension opens up the social network pages associated to a specific handle. |
| Filstørrelse | 1.86 MB |
| Antal Installationer | 1,263 |
| Nuværende Version | 1.3 |
| Senest Opdateret | 2016-10-06 |
| Udgivelsesdato | 2016-10-06 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | samanthakem |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/"
]
} | |