Advanced Forward Button

A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).

Advanced Forward Buttonคืออะไร?

Advanced Forward Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blak111 และคุณลักษณะหลักของมันคือ "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent)."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Advanced Forward Button

ดาวน์โหลดไฟล์ส่วนขยาย Advanced Forward Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A forward button that allows you to choose any of the children of the current page you are on. This is in contrast to the built-in forward button that only goes to the most recent child of the page you are on.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Advanced Forward Button Advanced Forward Button
ID mcmgcmocofjfjkciddamlldmflmipdpk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk
คำอธิบาย A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
ขนาดไฟล์ 42.49 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.25
อัปเดตครั้งล่าสุด 2012-07-15
วันที่เผยแพร่ 2012-07-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา blak111
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Forward Button",
    "version": "0.25",
    "manifest_version": 2,
    "description": "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).",
    "browser_action": {
        "default_icon": "forwardmulti.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "advanced-forward.js"
        ]
    },
    "icons": {
        "16": "forwardmulti.png",
        "48": "forwardmulti.png",
        "128": "forwardmulti.png"
    },
    "permissions": [
        "tabs"
    ]
}