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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}