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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/"
]
} | |