gist-more-url
Show extend url to clone (by 'ssh' and 'git') on Gist.
Wat is gist-more-url?
gist-more-url is een Chrome-extensie ontwikkeld door moznion, en de belangrijkste functie is "Show extend url to clone (by 'ssh' and 'git') on Gist.".
Extensie Screenshots
Download het CRX-bestand van de extensie gist-more-url
Download gist-more-url-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
This extension provides the function to show extend url to clone (by 'ssh' and 'git') on Gist.
Basisinformatie over de Extensie
Naam | gist-more-url |
ID | lmgfenkbbgbigljchgnlagjdmkepohoj |
Officiële URL | https://chromewebstore.google.com/detail/gist-more-url/lmgfenkbbgbigljchgnlagjdmkepohoj |
Beschrijving | Show extend url to clone (by 'ssh' and 'git') on Gist. |
Bestandsgrootte | 61.76 KB |
Aantal Installaties | 121 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2013-09-09 |
Publicatiedatum | 2013-09-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | moznion |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gist-more-url", "version": "0.0.4", "manifest_version": 2, "description": "Show extend url to clone (by 'ssh' and 'git') on Gist.", "content_scripts": [ { "matches": [ "https:\/\/gist.github.com\/*" ], "js": [ "vendor\/js\/jquery-1.9.1.min.js", "vendor\/js\/underscore-min.js", "js\/script.js" ], "run_at": "document_start" } ] } |