Alternate Navigation Buttons

This extension places a back and forward and goto top button on the page near the bottom of the window

ما هو Alternate Navigation Buttons؟

Alternate Navigation Buttons هو إضافة Chrome تم تطويرها بواسطة scott.c.l.carpenter، والميزة الرئيسية لها هي "This extension places a back and forward and goto top button on the page near the bottom of the window".

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

screenshot

تحميل ملف CRX للإضافة Alternate Navigation Buttons

قم بتنزيل ملفات الامتداد Alternate Navigation Buttons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This simple extension simply adds 3 fixed navigation buttons (back and forward and to top) to the bottom left corner of the browser window. 

Useful if you find yourself using a tablet PC in a non-tablet mode or like myself browsing with your mouse near the bottom of the screen.                    

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

الاسم Alternate Navigation Buttons Alternate Navigation Buttons
ID biojkleepjmhindklmdcomngjkcngjmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/alternate-navigation-butt/biojkleepjmhindklmdcomngjkcngjmb
الوصف This extension places a back and forward and goto top button on the page near the bottom of the window
حجم الملف 90.63 KB
عدد التثبيتات 226
النسخة الحالية 1.1
آخر تحديث 2016-09-01
تاريخ النشر 2016-09-01
تقييم 4.80/5 مجموع تقييمات 5
المطور scott.c.l.carpenter
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alternate Navigation Buttons",
    "description": "This extension places a back and forward and goto top button on the page near the bottom of the window",
    "version": "1.1",
    "web_accessible_resources": [
        "back.png",
        "forward.png",
        "top.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ],
            "run_at": "document_start"
        }
    ]
}