Google™ Search Keyboard Shortcuts - RESULTER

Forget about the tiring and inconvenient point-click search navigation. Become more productive and save a lot of time with RESULTER

Τι είναι το Google™ Search Keyboard Shortcuts - RESULTER;

Το Google™ Search Keyboard Shortcuts - RESULTER είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://getresulter.com, και η κύρια λειτουργία του είναι "Forget about the tiring and inconvenient point-click search navigation. Become more productive and save a lot of time with RESULTER".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google™ Search Keyboard Shortcuts - RESULTER

Λήψη αρχείων επέκτασης Google™ Search Keyboard Shortcuts - RESULTER σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        RESULTER is a browser extension that brings back a minor but very useful feature of Google Search - the ability to use Tab, Arrows and Enter on the search results page, which was completely removed by Google in July of 2017 (along with the Instant Search).

Apart from that, it provides lots of additional features, and our goal is to make it the ultimate 'Better Google Search' extension. We want to make the navigation between search results faster and more convenient for power users who search a lot.

You will be much more productive and save a lot of time with RESULTER - no need for tiring point-click Google search navigation anymore.

There are two main parts of the extension:
* Keyboard shortcuts (hotkeys) on search engine page.
* The RESULTER panel (which you can open with Alt+A combination) shows the list of all search results. This way, you don't have to go back to the search engine page to navigate to another search result. The panel supports lots of keyboard shortcuts as well, and is very light and simple to use.

The list of FEATURES includes possibility to:
* Navigate between search results using keyboard shortcuts.
* Focus on search query text box with a shortcut.
* Numerate search results.
* Go to the next or previous next search page.
* Switch between search types (All, Images, Videos, News, etc.).
* View all search results without going back to the search engine page.
* Find searched text on a page in one click with highlight feature.
* List of all active searches in the extension popup.
* Use vim-style keyboard shortcuts

In future, we plan to support all popular search engines, but at the moment the extension supports only Google™ search engine.

Please report any issues to [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google™ Search Keyboard Shortcuts - RESULTER Google™ Search Keyboard Shortcuts - RESULTER
ID chojfhfgbdaeokblbdeahgbijodikdpk
Επίσημο URL https://chrome.google.com/webstore/detail/google-search-keyboard-sh/chojfhfgbdaeokblbdeahgbijodikdpk
Περιγραφή Forget about the tiring and inconvenient point-click search navigation. Become more productive and save a lot of time with RESULTER
Μέγεθος Αρχείου 91.91 KB
Αριθμός Εγκαταστάσεων 1,228
Τρέχουσα Έκδοση 2.0.6
Τελευταία Ενημέρωση 2020-10-06
Ημερομηνία Δημοσίευσης 2019-11-21
Αξιολόγηση 4.14/5 Συνολικά 36 Αξιολογήσεις
Προγραμματιστής http://getresulter.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_store
Ιστότοπος Επέκτασης https://getresulter.com/
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1-ONJPkEWnftZsz7nqr4uDd1cmge29_85CsmCzVvHM6w/edit?usp=sharing
Υποστηριζόμενες Γλώσσες ms,de,en,fil,fr,nl,no,tr,da,es,hr,it,hu,pl,pt-BR,pt-PT,ro,fi,sv,el,ru,uk,hi,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "RESULTER",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.0.6",
    "minimum_chrome_version": "54.0.2840",
    "permissions": [
        "webNavigation",
        "storage",
        "http:\/\/www.google-analytics.com\/*",
        "https:\/\/ssl.google-analytics.com\/*"
    ],
    "browser_action": {
        "default_popup": "scripts\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/configurationManager.js",
            "scripts\/background\/backgroundCommunicator.js",
            "scripts\/background\/backgroundMessageListener.js",
            "scripts\/background\/backgroundWorker.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.0.js",
                "scripts\/configurationManager.js",
                "scripts\/content\/hintUi.js",
                "scripts\/content\/contentUi.js",
                "scripts\/content\/jqueryExtensions.js",
                "scripts\/content\/elementFactory.js",
                "scripts\/content\/highlighter\/traverser.js",
                "scripts\/content\/highlighter\/lighter.js",
                "scripts\/content\/numerator\/numerator.js",
                "scripts\/content\/scraper.js",
                "scripts\/content\/contentCommunicator.js",
                "scripts\/background\/backgroundCommunicator.js",
                "scripts\/content\/contentMessageListener.js",
                "scripts\/content\/contentWorker.js",
                "scripts\/popup\/resulterUi.js",
                "scripts\/popup\/allSearchesUi.js",
                "scripts\/popup\/homeUi.js",
                "scripts\/popup\/menuUi.js"
            ]
        }
    ],
    "commands": {
        "rm-description-panel": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Toggle result summary"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Open popup"
        }
    },
    "icons": {
        "32": "rm-logo-inactive-32.png",
        "128": "rm-logo-inactive-128.png"
    },
    "manifest_version": 2
}