Ctrl+g | A shortcut key to google

Ctrl+g || A new way to google.

O que é Ctrl+g | A shortcut key to google?

Ctrl+g | A shortcut key to google é uma extensão do Chrome desenvolvida por https://bluenest.xyz, e sua principal característica é "Ctrl+g || A new way to google.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Ctrl+g | A shortcut key to google

Baixe arquivos de extensão Ctrl+g | A shortcut key to google no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Ctrl+g | A shortcut key to google Ctrl+g | A shortcut key to google
ID hpigbcfkeekdfkbabcohgljkgiggehag
URL Oficial https://chromewebstore.google.com/detail/ctrl+g-a-shortcut-key-to/hpigbcfkeekdfkbabcohgljkgiggehag
Descrição Ctrl+g || A new way to google.
Tamanho do Arquivo 66.55 KB
Contagem de Instalações 916
Versão Atual 3
Última Atualização 2021-03-01
Data de Publicação 2019-08-29
Classificação 4.40/5 Total de 10 Avaliações
Desenvolvedor https://bluenest.xyz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.bluenest.xyz
URL da Página de Ajuda https://www.bluenest.xyz/contact/
Idiomas Suportados 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"
        ]
    }
}