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…

ما هو Backspace navigation (for Linux)؟

Backspace navigation (for Linux) هو إضافة Chrome تم تطويرها بواسطة jdmiller93، والميزة الرئيسية لها هي "This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Backspace navigation (for Linux)

قم بتنزيل ملفات الامتداد Backspace navigation (for Linux) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
عنوان URL الرسمي https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
الوصف This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
حجم الملف 2.9 KB
عدد التثبيتات 254
النسخة الحالية 1.0
آخر تحديث 2013-09-08
تاريخ النشر 2013-09-08
تقييم 3.82/5 مجموع تقييمات 11
المطور jdmiller93
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
        }
    ]
}