'Clone in GitHub for Windows' for Bitbucket
Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.
Wat is 'Clone in GitHub for Windows' for Bitbucket?
'Clone in GitHub for Windows' for Bitbucket is een Chrome-extensie ontwikkeld door Grønnestad, en de belangrijkste functie is "Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.".
Extensie Screenshots
Download het CRX-bestand van de extensie 'Clone in GitHub for Windows' for Bitbucket
Download 'Clone in GitHub for Windows' for Bitbucket-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
Changes:
- Fix for bitbucket.org HTML changes Basisinformatie over de Extensie
| Naam | |
| ID | dajidcoddikehcffddfdkknkkpagfjpf |
| Officiële URL | https://chromewebstore.google.com/detail/clone-in-github-for-windo/dajidcoddikehcffddfdkknkkpagfjpf |
| Beschrijving | Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application. |
| Bestandsgrootte | 510 KB |
| Aantal Installaties | 149 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2014-02-15 |
| Publicatiedatum | 2014-02-14 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Grønnestad |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "'Clone in GitHub for Windows' for Bitbucket",
"description": "Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.",
"version": "1.2",
"icons": {
"128": "128.png"
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"background.js"
],
"matches": [
"http:\/\/bitbucket.org\/*",
"https:\/\/bitbucket.org\/*"
]
}
]
} | |