GitHub Sync Fork
One-Click Fork Sync
Qu'est-ce que GitHub Sync Fork ?
GitHub Sync Fork est une extension Chrome développée par whizzzkid, et sa fonction principale est "One-Click Fork Sync".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Sync Fork
Téléchargez les fichiers d'extension GitHub Sync Fork au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | GitHub Sync Fork |
ID | omjaffmdnnkgmbbjmdalehkjcaklleii |
URL Officiel | https://chromewebstore.google.com/detail/github-sync-fork/omjaffmdnnkgmbbjmdalehkjcaklleii |
Description | One-Click Fork Sync |
Taille du Fichier | 12.59 KB |
Nombre d'Installations | 28 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2020-07-14 |
Date de Publication | 2020-05-27 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | whizzzkid |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/whizzzkid/github-sync-fork-chrome-ext |
URL de la Page d'Aide | https://github.com/whizzzkid/github-sync-fork-chrome-ext/issues/new/choose |
Langues Prises en Charge | 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" } } |