Freelance freedom nav

Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom

Freelance freedom navคืออะไร?

Freelance freedom nav เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roland.kontson และคุณลักษณะหลักของมันคือ "Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freelance freedom nav

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

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

                        Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom by N.C. Winters.
By pressing the left and right arrow keys, can switch between the next and previous comic.

As simple as that.                    

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

ชื่อ Freelance freedom nav Freelance freedom nav
ID eiacokngbbbeebpgbjbcfplkjbjkphmi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/freelance-freedom-nav/eiacokngbbbeebpgbjbcfplkjbjkphmi
คำอธิบาย Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom
ขนาดไฟล์ 3.35 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-04-13
วันที่เผยแพร่ 2017-04-13
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา roland.kontson
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freelance freedom nav",
    "description": "Navigate comics with arrow keys on https:\/\/studioblog.envato.com\/freelance-freedom",
    "version": "1.0.1",
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/studioblog.envato.com\/*"
            ],
            "js": [
                "nav.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/studioblog.envato.com\/*"
    ]
}