Enable Backspace

Enable backspace navigation with just one click!

Qu'est-ce que Enable Backspace ?

Enable Backspace est une extension Chrome développée par loora, et sa fonction principale est "Enable backspace navigation with just one click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Enable Backspace

Téléchargez les fichiers d'extension Enable Backspace au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Enable Backspace extension enables you to easily navigate to the previous page by clicking on the "backspace" button on your keyboard.

Recently in modern browsers, the "go-back" feature for the backspace button was removed. This add-on helps you bring back this functionality to your browser. It has a toolbar icon that serves as the toggle switch. Once the add-on is active, the toolbar icon color is dark grey. In the inactive state, the icon color changes to light grey. Please note that this add-on does not have any options or settings page. Simply add it to your browser and start using it.

If you have a feature request or found a bug to report, please submit the bug report form on the addon's homepage (https://mybrowseraddon.com/enable-backspace.html).                    

Informations de Base sur l'Extension

Nom Enable Backspace Enable Backspace
ID ddijblnjiploanefjnbpimgbfjkpifia
URL Officiel https://chromewebstore.google.com/detail/enable-backspace/ddijblnjiploanefjnbpimgbfjkpifia
Description Enable backspace navigation with just one click!
Taille du Fichier 24.31 KB
Nombre d'Installations 4,401
Version Actuelle 0.1.2
Dernière Mise à Jour 2023-11-08
Date de Publication 2018-06-23
Évaluation 3.50/5 Total 6 Évaluations
Développeur loora
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mybrowseraddon.com/enable-backspace.html
URL de la Page d'Aide https://mybrowseraddon.com/enable-backspace.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Enable Backspace",
    "permissions": [
        "storage"
    ],
    "description": "Enable backspace navigation with just one click!",
    "homepage_url": "https:\/\/mybrowseraddon.com\/enable-backspace.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Enable Backspace",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}