github.monkeypatch.copypaste
Fixes copy/cut annoyances in GitHub
Cos'è github.monkeypatch.copypaste?
github.monkeypatch.copypaste è un'estensione di Chrome sviluppata da steven.m.wexler, e la sua funzione principale è "Fixes copy/cut annoyances in GitHub".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione github.monkeypatch.copypaste
Scarica i file di estensione github.monkeypatch.copypaste 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
Cleans copying in GitHub by not including '+', '-' and other meta information from diffs in pull requests, commits, etc. GitHub: https://github.com/steaks/GitHubSmartCopyingChromeExtension Please file issues & enhancements on GitHub.
Informazioni di Base sull'Estensione
Nome | |
ID | cnopbfgeakohnnpdlgkaobnmpcdfdlib |
URL Ufficiale | https://chrome.google.com/webstore/detail/githubmonkeypatchcopypast/cnopbfgeakohnnpdlgkaobnmpcdfdlib |
Descrizione | Fixes copy/cut annoyances in GitHub |
Dimensione del File | 41.33 KB |
Conteggio Installazioni | 113 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2015-05-30 |
Data di Pubblicazione | 2015-05-30 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | steven.m.wexler |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "github.monkeypatch.copypaste", "description": "Fixes copy\/cut annoyances in GitHub", "version": "1.0.4", "permissions": [ "clipboardWrite", "clipboardRead" ], "icons": { "128": "codeducky_partial_logo_128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "jquery-1.11.1.min.js", "GitHubSmartCopying.js" ] } ], "background": { "scripts": [ "jquery-1.11.1.min.js", "GitHubSmartCopyingBackground.js" ], "persistent": false } } |