Go to the next page

Try to go to the next website's page

Go to the next pageคืออะไร?

Go to the next page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย marcopiazzola และคุณลักษณะหลักของมันคือ "Try to go to the next website's page"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go to the next page

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

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

                                            

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

ชื่อ Go to the next page Go to the next page
ID ajffmnhlepabalmbmhhjflghconjldkb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb
คำอธิบาย Try to go to the next website's page
ขนาดไฟล์ 10.05 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2012-12-26
วันที่เผยแพร่ 2012-12-26
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา marcopiazzola
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go to the next page",
    "version": "0.4",
    "description": "Try to go to the next website's page",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Go to the next page",
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}