Git Time Machine
Time machine for files on github
Wat is Git Time Machine?
Git Time Machine is een Chrome-extensie ontwikkeld door Patrick Moody, en de belangrijkste functie is "Time machine for files on github".
Extensie Screenshots
Download het CRX-bestand van de extensie Git Time Machine
Download Git Time Machine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cbkeilfjfgflmjhohjkcecfbfbimpmkp |
| Officiële URL | https://chrome.google.com/webstore/detail/git-time-machine/cbkeilfjfgflmjhohjkcecfbfbimpmkp |
| Beschrijving | Time machine for files on github |
| Bestandsgrootte | 119 KB |
| Aantal Installaties | 136 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2015-11-12 |
| Publicatiedatum | 2015-11-12 |
| Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Patrick Moody |
| Betalingswijze | free |
| Extensiewebsite | http://www.gittimemachine.com/ |
| Ondersteunde Talen | 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"
]
} | |