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\/"
    ]
}