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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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\/"
]
} | |