Go Back with Backspace 2.0

Turn the “BACKSPACE” ⏪ key into “BACK” ⏮ navigation button.

Τι είναι το Go Back with Backspace 2.0;

Το Go Back with Backspace 2.0 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον N & B, και η κύρια λειτουργία του είναι "Turn the “BACKSPACE” ⏪ key into “BACK” ⏮ navigation button.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Go Back with Backspace 2.0

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

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

                        ⬇️ Easy to set up ⬇️:
1. Download the extension which is 🆓 and super easy to use.
2. Enable/disable the action for the page opened in the tab at the time.
3. Click on the Backspace button to go back 🔙 to the previous page while researching.

✨Features ✨:
1. Restores browser behavior by navigating to the previous page when pressing the Backspace key ⏪.
2. The functionality allows you to use the Backspace key ⏮ as a shortcut to go back to the previous page.

This extension will give you the ability to use the backspace key to navigate to the previous page. 🔙                    

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

Όνομα Go Back with Backspace 2.0 Go Back with Backspace 2.0
ID emohcooklejheddodbfgleolmhpakfap
Επίσημο URL https://chromewebstore.google.com/detail/go-back-with-backspace-20/emohcooklejheddodbfgleolmhpakfap
Περιγραφή Turn the “BACKSPACE” ⏪ key into “BACK” ⏮ navigation button.
Μέγεθος Αρχείου 23.88 KB
Αριθμός Εγκαταστάσεων 376
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-09-22
Ημερομηνία Δημοσίευσης 2022-09-22
Αξιολόγηση 4.85/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής N & B
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Go Back with Backspace 2.0",
    "permissions": [
        "storage"
    ],
    "short_name": "Backspace 2.0",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/category\/extensions",
    "description": "Turn the \u201cBACKSPACE\u201d \u23ea key into \u201cBACK\u201d \u23ee navigation button.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Backspace 2.0",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "source\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}