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
官方網址 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"
        ]
    }
}