Select2Go
Open selected username in a new tab
Select2Goคืออะไร?
Select2Go เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adem Kouki และคุณลักษณะหลักของมันคือ "Open selected username in a new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Select2Go
ดาวน์โหลดไฟล์ส่วนขยาย Select2Go ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } } |