Ctrl+g | A shortcut key to google

Ctrl+g || A new way to google.

什么是Ctrl+g | A shortcut key to google?

Ctrl+g | A shortcut key to google是由https://bluenest.xyz开发的Chrome扩展程序,该扩展的主要功能是“Ctrl+g || A new way to google.”。

扩展截图

screenshot
screenshot

下载Ctrl+g | A shortcut key to google扩展crx文件

下载Ctrl+g | A shortcut key to google扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Ctrl+g | A shortcut key to google Ctrl+g | A shortcut key to google
ID hpigbcfkeekdfkbabcohgljkgiggehag
官方URL https://chromewebstore.google.com/detail/ctrl+g-a-shortcut-key-to/hpigbcfkeekdfkbabcohgljkgiggehag
简介 Ctrl+g || A new way to google.
文件大小 66.55 KB
安装次数 916
当前版本 3
更新时间 2021-03-01
上架时间 2019-08-29
评分 4.40/5 共10次评分
开发者 https://bluenest.xyz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.bluenest.xyz
帮助页面URL https://www.bluenest.xyz/contact/
支持的语言 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"
        ]
    }
}