github.monkeypatch.copypaste
Fixes copy/cut annoyances in GitHub
Hvad er github.monkeypatch.copypaste?
github.monkeypatch.copypaste er en Chrome-udvidelse udviklet af steven.m.wexler, og dens hovedfunktion er "Fixes copy/cut annoyances in GitHub".
Udvidelsesskærmbilleder
Download github.monkeypatch.copypaste-udvidelses-CRX-fil
Download github.monkeypatch.copypaste-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cnopbfgeakohnnpdlgkaobnmpcdfdlib |
Officiel URL | https://chrome.google.com/webstore/detail/githubmonkeypatchcopypast/cnopbfgeakohnnpdlgkaobnmpcdfdlib |
Beskrivelse | Fixes copy/cut annoyances in GitHub |
Filstørrelse | 41.33 KB |
Antal Installationer | 113 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2015-05-30 |
Udgivelsesdato | 2015-05-30 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | steven.m.wexler |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |