Go Back With Backspace Button

Restores browser behavior of navigating to previous page when pressing the Backspace key.

Vad är Go Back With Backspace Button?

Go Back With Backspace Button är en Chrome-tillägg utvecklad av ArtHouse, och dess huvudfunktion är "Restores browser behavior of navigating to previous page when pressing the Backspace key.".

Ladda ner Go Back With Backspace Button-förlängningens CRX-fil

Ladda ner Go Back With Backspace Button-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

                        Restores browser behavior of navigating to previous page when pressing the Backspace key.                    

Grundläggande Information om Tillägg

Namn Go Back With Backspace Button Go Back With Backspace Button
ID hgkdgokgamkpehffocijaopekplanmcb
Officiell webbadress https://chrome.google.com/webstore/detail/go-back-with-backspace-bu/hgkdgokgamkpehffocijaopekplanmcb
Beskrivning Restores browser behavior of navigating to previous page when pressing the Backspace key.
Filstorlek 35.14 KB
Antal Installationer 30
Aktuell Version 0.9
Senast Uppdaterad 2016-08-26
Publiceringsdatum 2016-08-26
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare ArtHouse
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9",
    "name": "__MSG_l10nExtName__",
    "description": "__MSG_l10nExtDescription__",
    "default_locale": "en",
    "icons": {
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "is_editable.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "is_editable.js",
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "52"
}