Ctrl+g | A shortcut key to google

Ctrl+g || A new way to google.

Co to jest Ctrl+g | A shortcut key to google?

Ctrl+g | A shortcut key to google to rozszerzenie Chrome opracowane przez https://bluenest.xyz, a jego główną funkcją jest „Ctrl+g || A new way to google.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ctrl+g | A shortcut key to google

Pobierz pliki rozszerzeń Ctrl+g | A shortcut key to google w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Do you do Google search a lot?

Of course you do!!

I found a great way to Google, a shortcut way to Google and  that's control +G on selected text. And that's it !!!. Just download this extension and press CTRL+G on selected text. Now you would be able to google just like that from now onwards

Ctrl+g, a shortcut key that is making possible a way doing not just Google, but every search separately and in one place.Install and find out how. We found in last 2 years that this product is greatly appreciated by researcher, scholar and business intelligence people, as it is helping them to increase their productivity and focus on subject. So now, Bluenest Technologies (www.bluenest.xyz) have integrated Eaglesearch with CTRL+G for more productivity.

In this google era, everything is becoming more and more accessible. Our question is  Why not to make googling itself more accessible on chrome? why not keep it at your fingertips even when you are on a desktop? You all know old school methods they are lengthier and some like me may find it complex too. So here I present Ctrl+g a new and smarter way to Google. Let it be any text or new search just press ctrl+g to google 

• It is so simple just select text, press ctrl+g  and magic happens 
• Or for new search press ctrl+g without selecting text, a new window with google search page will be available for you.

Its true keyboard shortcut is more used over right clicking. Hence, now time is to have shortcut key for Google too. If you are keyboard ninja then this is really for you. Don’t worry even if you are not, this is still for you :)

A salutary warning guys - your time is precious, save it even if you can save a second of it. 

No hassle just install it and do google with Ctrl+g.

A new and Faster approach is for you. Exploit it.

Ctrl+g - Select.Press.Search 

Thanks.

Question arises why Google even thought of it ?


########Upcoming########


• v.3 more functionality to increase your accessibility.

########Changelog########

Version 2.0.1

•Added support to all major Languages

Version 2.0

• Integrated a super search engine ie EagleSearch.xyz with CTRL+G to do more than just GOOGLE.
• Multi search engine is added to the shortcut with limits of search. Contact us https://www.bluenest.xyz/contact/  for customise solution.

Version 1.2.1
• Minor JSON changes.

Version 1.2
• Search moved from google.co.in to google.com

Version 1.1
• Support for mac devices both CMD+g and Ctrl +g.

Version 2 
• Search was redirected to Eaglesearch.XYZ for comparative results.

Version 3
• This is the fallback version to Google search itself for results that world needs.



#######Support and Suggestion######

Email me: [email protected]
Website: www.harshaddhawale.in                    

Podstawowe informacje o rozszerzeniu

Nazwa Ctrl+g | A shortcut key to google Ctrl+g | A shortcut key to google
ID hpigbcfkeekdfkbabcohgljkgiggehag
Oficjalny URL https://chromewebstore.google.com/detail/ctrl+g-a-shortcut-key-to/hpigbcfkeekdfkbabcohgljkgiggehag
Opis Ctrl+g || A new way to google.
Rozmiar pliku 66.55 KB
Liczba instalacji 916
Aktualna Wersja 3
Ostatnia Aktualizacja 2021-03-01
Data Publikacji 2019-08-29
Ocena 4.40/5 Łącznie 10 Oceny
Deweloper https://bluenest.xyz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.bluenest.xyz
Adres URL Strony Pomocy https://www.bluenest.xyz/contact/
Obsługiwane Języki ms,de,en,fr,nl,no,vi,da,es,hr,it,hu,pl,ro,fi,sv,el,ru,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3",
    "author": "Harshad K Dhawale",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [],
    "oauth2": {
        "client_id": "985193169691-mmrvpofsemu151sncs0vr75r62hnul3e.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}