Git Time Machine

Time machine for files on github

Git Time Machineคืออะไร?

Git Time Machine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrick Moody และคุณลักษณะหลักของมันคือ "Time machine for files on github"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Git Time Machine

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

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

                        Add a "time machine" button to GitHub file page that lets you view the history of a single file. Click to go back and forward through commits and easily visualize how the code is modified through time.                    

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

ชื่อ Git Time Machine Git Time Machine
ID cbkeilfjfgflmjhohjkcecfbfbimpmkp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/git-time-machine/cbkeilfjfgflmjhohjkcecfbfbimpmkp
คำอธิบาย Time machine for files on github
ขนาดไฟล์ 119 KB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-11-12
วันที่เผยแพร่ 2015-11-12
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Patrick Moody
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.gittimemachine.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Time Machine",
    "version": "1.2",
    "description": "Time machine for files on github",
    "author": "Patrick Moody",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "css": [
                "time_machine_button.css"
            ],
            "js": [
                "time_machine_button.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "galaxy_button.png"
    ]
}