Google Search Maps Button

Modify the DOM of Google search pages to add back Maps button

Τι είναι το Google Search Maps Button;

Το Google Search Maps Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Publisher54321, και η κύρια λειτουργία του είναι "Modify the DOM of Google search pages to add back Maps button".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Google Search Maps Button

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

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

                        The "Google Search Maps Button" is a Chrome extension designed to bring back the Maps button to the Google Search navigation bar in Europe, where it was removed.

This simple yet effective tool automatically adds the Maps button, allowing users to access Google Maps directly from the search page with just one click. 

The extension operates without saving any user data, ensuring privacy and security.                    

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

Όνομα Google Search Maps Button Google Search Maps Button
ID edllcgchknhokighleffpipdedmpgiln
Επίσημο URL https://chromewebstore.google.com/detail/google-search-maps-button/edllcgchknhokighleffpipdedmpgiln
Περιγραφή Modify the DOM of Google search pages to add back Maps button
Μέγεθος Αρχείου 8.22 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2024-03-05
Ημερομηνία Δημοσίευσης 2024-02-11
Αξιολόγηση 4.78/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής Publisher54321
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://drive.google.com/file/d/17rEUoKy8RjGrS3-HS-zyeP6swraHcYEv/view?usp=sharing
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Search Maps Button",
    "version": "1.1",
    "description": "Modify the DOM of Google search pages to add back Maps button",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.co.uk\/search*",
                "https:\/\/www.google.co.jp\/search*",
                "https:\/\/www.google.com.au\/search*",
                "https:\/\/www.google.at\/search*",
                "https:\/\/www.google.be\/search*",
                "https:\/\/www.google.bg\/search*",
                "https:\/\/www.google.hr\/search*",
                "https:\/\/www.google.cy\/search*",
                "https:\/\/www.google.cz\/search*",
                "https:\/\/www.google.dk\/search*",
                "https:\/\/www.google.ee\/search*",
                "https:\/\/www.google.fi\/search*",
                "https:\/\/www.google.fr\/search*",
                "https:\/\/www.google.de\/search*",
                "https:\/\/www.google.gr\/search*",
                "https:\/\/www.google.hu\/search*",
                "https:\/\/www.google.ie\/search*",
                "https:\/\/www.google.it\/search*",
                "https:\/\/www.google.lv\/search*",
                "https:\/\/www.google.lt\/search*",
                "https:\/\/www.google.lu\/search*",
                "https:\/\/www.google.mt\/search*",
                "https:\/\/www.google.nl\/search*",
                "https:\/\/www.google.pl\/search*",
                "https:\/\/www.google.pt\/search*",
                "https:\/\/www.google.ro\/search*",
                "https:\/\/www.google.sk\/search*",
                "https:\/\/www.google.si\/search*",
                "https:\/\/www.google.es\/search*",
                "https:\/\/www.google.se\/search*"
            ],
            "js": [
                "src\/addMapsBtn.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}