GitHub Sync Fork
One-Click Fork Sync
Cos'è GitHub Sync Fork?
GitHub Sync Fork è un'estensione di Chrome sviluppata da whizzzkid, e la sua funzione principale è "One-Click Fork Sync".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Sync Fork
Scarica i file di estensione GitHub Sync Fork in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | omjaffmdnnkgmbbjmdalehkjcaklleii |
| URL Ufficiale | https://chromewebstore.google.com/detail/github-sync-fork/omjaffmdnnkgmbbjmdalehkjcaklleii |
| Descrizione | One-Click Fork Sync |
| Dimensione del File | 12.59 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 0.3.0 |
| Ultimo Aggiornamento | 2020-07-14 |
| Data di Pubblicazione | 2020-05-27 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | whizzzkid |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/whizzzkid/github-sync-fork-chrome-ext |
| URL della Pagina di Aiuto | https://github.com/whizzzkid/github-sync-fork-chrome-ext/issues/new/choose |
| Lingue Supportate | 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"
}
} | |