Select2Go
Open selected username in a new tab
Select2Go란 무엇입니까?
Select2Go은(는) Adem Kouki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open selected username in a new tab"입니다.
확장 프로그램 스크린샷
Select2Go 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Select2Go is an open-source Google Chrome extension. When browsing the web and you find a username that you want to open, just select the text and right click on it and Select2Go will open a new tab with the username. Select2Go is very useful for opening social media accounts (Twitter, Facebook, Instagram, linkedIn, GitHub, TikTok, etc...). It saves you time because without this extension, you have to open the website and search for the username. This is a great extension for people who always want to follow someone but forget their username. It works like this: You’re checking out a website and you see a username. You’re like, “I really should follow him/her” and then you forget the username. With this extension you just select the username and it will open it in a new tab. ----------- Source code: https://github.com/Ademking/Select2Go ----------- How To Use: 1) Select the username you want to open. For example: "username" 2) Right-Click and Select "Open 'username' in" 3) Choose which website you want to open Changelog - 1.1 (15/09/2021) : Add "Facebook (by Id or Username)" + "Facebook (by Name)" - 1.0 (13/09/2021) : First version
확장 프로그램 기본 정보
이름 | Select2Go |
ID | lifigilhheflkkbhaenilambglkgihbp |
공식 URL | https://chromewebstore.google.com/detail/select2go/lifigilhheflkkbhaenilambglkgihbp |
설명 | Open selected username in a new tab |
파일 크기 | 25.96 KB |
설치 횟수 | 64 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-09-15 |
출시 날짜 | 2021-09-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Adem Kouki |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Ademking/Select2Go |
도움말 페이지 URL | https://github.com/Ademking/Select2Go/issues |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Select2Go", "version": "1.1", "manifest_version": 2, "description": "__MSG_ext_description__", "default_locale": "en", "permissions": [ "contextMenus" ], "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "script.js" ] } } |