Go back with backspace

Restore the backspace key shortcut to navigate to the previous page.

Go back with backspace क्या है?

Go back with backspace https://namitjuneja.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Restore the backspace key shortcut to navigate to the previous page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Go back with backspace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Google has removed the ability to go "back" with the backspace key in chrome since v52.

This extension brings back the functionality and allows you to use Backspace key as a shortcut to go back to the previous page.

Usage
BACKSPACE              - Go one step back
Shift + BACKSPACE - Go one step forward                    

एक्सटेंशन की मूल जानकारी

नाम Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
आधिकारिक URL https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
विवरण Restore the backspace key shortcut to navigate to the previous page.
फ़ाइल का आकार 4.48 KB
स्थापना संख्या 5,636
वर्तमान संस्करण 0.3.2
अंतिम अपडेट 2016-08-01
प्रकाशन तिथि 2016-08-01
रेटिंग 4.04/5 कुल 25 रेटिंग्स
डेवलपर https://namitjuneja.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/namitjuneja/chrome-backspace
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go back with backspace",
    "description": "Restore the backspace key shortcut to navigate to the previous page.",
    "author": "Namit Juneja",
    "version": "0.3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}