GitHub Sync Fork
One-Click Fork Sync
Wat is GitHub Sync Fork?
GitHub Sync Fork is een Chrome-extensie ontwikkeld door whizzzkid, en de belangrijkste functie is "One-Click Fork Sync".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Sync Fork
Download GitHub Sync Fork-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
Adds the sync fork button on github to sync the changes from upstream. Source: https://github.com/whizzzkid/github-sync-fork-chrome-ext Wiki: https://github.com/whizzzkid/github-sync-fork-chrome-ext/wiki Report: https://github.com/whizzzkid/github-sync-fork-chrome-ext/issues/new
Basisinformatie over de Extensie
Naam | GitHub Sync Fork |
ID | omjaffmdnnkgmbbjmdalehkjcaklleii |
Officiële URL | https://chromewebstore.google.com/detail/github-sync-fork/omjaffmdnnkgmbbjmdalehkjcaklleii |
Beschrijving | One-Click Fork Sync |
Bestandsgrootte | 12.59 KB |
Aantal Installaties | 28 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2020-07-14 |
Publicatiedatum | 2020-05-27 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | whizzzkid |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/whizzzkid/github-sync-fork-chrome-ext |
Help Pagina-URL | https://github.com/whizzzkid/github-sync-fork-chrome-ext/issues/new/choose |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Sync Fork", "description": "One-Click Fork Sync", "version": "0.3.0", "permissions": [ "*:\/\/github.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "gsf.js" ], "run_at": "document_end" } ], "icons": { "16": "GSF16.png", "48": "GSF48.png", "128": "GSF128.png" } } |