Extended Wikiloc

This extension extends the functionality of Wikilocs by adding handy features to the UI. The extension is automatically enabled…

Τι είναι το Extended Wikiloc;

Το Extended Wikiloc είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jesus.inica, και η κύρια λειτουργία του είναι "This extension extends the functionality of Wikilocs by adding handy features to the UI. The extension is automatically enabled…".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Extended Wikiloc

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

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

                        This extension extends the functionality of Wikilocs by adding handy features to the UI.

The extension is automatically enabled when Wikiloc is loaded.

It adds a dialog (that can be dragged to a convenient position) to the Wikiloc UI that allows the user to manage the options.

At the moment it adds the following features:

- **Scroll when hovering icon on map** - Automatically scrolls the list of results to the hovered trail, if it is within the current page.
- **Pin when hovering icon on map** - Automatically pins the hovered trail on the map.
- **Pin when hovering item in list** - Automatically pins the hovered trail on the map.
- **Automatically pin all items in list** - Automatically pins all the trails in the list on the map.
- **Force automatically repeat search** - Forces the search to be repeated automatically when the user changes the search parameters.
- **Always open trails in new tab** - Forces the trails to be opened in a new tab.
- **Refresh page to clear pinned trails** - To remove the trails you just need to refresh the page.
- **Pin all items in list** - This option will pin all the trails in the list on the map.
- **Unpin all items in list** - This option will unpin all the trails in the list on the map.                    

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

Όνομα Extended Wikiloc Extended Wikiloc
ID icpbfbnloahjdonddobhlenejopcflao
Επίσημο URL https://chromewebstore.google.com/detail/extended-wikiloc/icpbfbnloahjdonddobhlenejopcflao
Περιγραφή This extension extends the functionality of Wikilocs by adding handy features to the UI. The extension is automatically enabled…
Μέγεθος Αρχείου 1.15 MB
Αριθμός Εγκαταστάσεων 100
Τρέχουσα Έκδοση 0.2.1
Τελευταία Ενημέρωση 2022-10-06
Ημερομηνία Δημοσίευσης 2022-06-13
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής jesus.inica
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extended Wikiloc",
    "version": "0.2.1",
    "action": {
        "default_icon": {
            "16": "images\/icon-2-16.png",
            "24": "images\/icon-2-24.png",
            "32": "images\/icon-2-32.png"
        },
        "default_title": "Extended Wikiloc by Jesus Iniesta"
    },
    "icons": {
        "16": "images\/icon-2-16.png",
        "32": "images\/icon-2-32.png",
        "48": "images\/icon-2-48.png",
        "128": "images\/icon-2-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikiloc.com\/wikiloc\/map.do*",
                "https:\/\/*.wikiloc.com\/wikiloc\/map.do*"
            ],
            "run_at": "document_end",
            "js": [
                "assets\/index.d0216f27.js"
            ],
            "css": [
                "assets\/index.3586a56b.css"
            ],
            "media": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "captureNavigationMount.js",
                "captureNavigationUnmount.js",
                "assets\/index.3586a56b.css",
                "images\/icon-2-128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}