Backspace Plus to go Back

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

Vad är Backspace Plus to go Back?

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

Ladda ner Backspace Plus to go Back-förlängningens CRX-fil

Ladda ner Backspace Plus to go Back-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 backspace functionality recently removed from Chrome (backspace key to go back).

Pressing the backspace key triggers back action unless an Input or Textarea is currently focused. It is possible to disable specific sites.                    

Grundläggande Information om Tillägg

Namn Backspace Plus to go Back Backspace Plus to go Back
ID midconfajhkdjapodlcdmbmmmapdgnjl
Officiell webbadress https://chromewebstore.google.com/detail/backspace-plus-to-go-back/midconfajhkdjapodlcdmbmmmapdgnjl
Beskrivning Restores browser behavior of navigating to previous page when pressing the Backspace key.
Filstorlek 25.57 KB
Antal Installationer 422
Aktuell Version 1.0.2
Senast Uppdaterad 2016-10-29
Publiceringsdatum 2016-10-29
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare SofWar
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/sofwar/chrome-store-privacy
Stödda Språk en,fr,tr,es,pl,ru,uk
manifest.json
{
    "name": "Backspace Plus to go Back",
    "short_name": "Backspace Plus",
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "js\/ga.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "js\/events.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "256": "img\/256.png",
        "128": "img\/128.png",
        "64": "img\/64.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "permissions": [
        "commands",
        "storage"
    ],
    "default_locale": "en",
    "offline_enabled": true,
    "options_page": "options.html",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "author": "SofWar",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'"
}