Select2Go

Open selected username in a new tab

Select2Go क्या है?

Select2Go Adem Kouki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open selected username in a new tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Select2Go एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
        ]
    }
}