Backspace navigation (for Linux)

This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…

Vad är Backspace navigation (for Linux)?

Backspace navigation (for Linux) är en Chrome-tillägg utvecklad av jdmiller93, och dess huvudfunktion är "This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…".

Tilläggsskärmbilder

screenshot

Ladda ner Backspace navigation (for Linux)-förlängningens CRX-fil

Ladda ner Backspace navigation (for Linux)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some input field), or shift+backspace to go forward. The extension is intended for Linux users (as Chrome for Linux does not have this feature), but it should not break the built-in backspace navigation on Windows/Mac.                    

Grundläggande Information om Tillägg

Namn Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
Officiell webbadress https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
Beskrivning This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
Filstorlek 2.9 KB
Antal Installationer 254
Aktuell Version 1.0
Senast Uppdaterad 2013-09-08
Publiceringsdatum 2013-09-08
Betyg 3.82/5 Totalt 11 Betyg
Utvecklare jdmiller93
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backspace navigation (for Linux)",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "backspace.js"
            ],
            "all_frames": true
        }
    ]
}