Google search tab fixer

Allows users to cycle through google search results by pressing the tab key.

Τι είναι το Google search tab fixer;

Το Google search tab fixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sam, και η κύρια λειτουργία του είναι "Allows users to cycle through google search results by pressing the tab key.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Google search tab fixer

Λήψη αρχείων επέκτασης Google search tab fixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This small extension brings familiar tab functionality back to the google search results page. Press tab once to go to the top result, or multiple times to cycle through the search results. Press enter on any result to view that result.                    

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

Όνομα Google search tab fixer Google search tab fixer
ID hggbelpbiemgfkdhofjeajpgnoieogmg
Επίσημο URL https://chromewebstore.google.com/detail/google-search-tab-fixer/hggbelpbiemgfkdhofjeajpgnoieogmg
Περιγραφή Allows users to cycle through google search results by pressing the tab key.
Μέγεθος Αρχείου 20.04 KB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2016-07-15
Ημερομηνία Δημοσίευσης 2016-07-15
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Sam
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.101drum.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google search tab fixer",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Allows users to cycle through google search results by pressing the tab key.",
    "homepage_url": "http:\/\/101drum.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "*:\/\/*\/search*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/search*"
            ],
            "run_at": "document_start",
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}