GitHub Issue Copy Extension
This extension supports copying and creating new issues on GitHub.
Wat is GitHub Issue Copy Extension?
GitHub Issue Copy Extension is een Chrome-extensie ontwikkeld door Haruya Nakamura, en de belangrijkste functie is "This extension supports copying and creating new issues on GitHub.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Issue Copy Extension
Download GitHub Issue Copy Extension-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
                        This extension supports copying and creating new issues on GitHub.
Right-click on the screen of the issue you want to copy and click "Copy this issue" to open the screen to copy the Subject, Body, Labels, and Assignees to create a new issue.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | poibkcoliihonlklhhflnhjkjjbbmklf | 
| Officiële URL | https://chromewebstore.google.com/detail/github-issue-copy-extensi/poibkcoliihonlklhhflnhjkjjbbmklf | 
| Beschrijving | This extension supports copying and creating new issues on GitHub. | 
| Bestandsgrootte | 55.59 KB | 
| Aantal Installaties | 415 | 
| Huidige Versie | 1.1.1 | 
| Laatst Bijgewerkt | 2023-06-22 | 
| Publicatiedatum | 2021-08-03 | 
| Ontwikkelaar | Haruya Nakamura | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/hareruya-maro/github-issue-copy-extention | 
| Help Pagina-URL | https://github.com/hareruya-maro/github-issue-copy-extention | 
| Ondersteunde Talen | en,ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "description": "__MSG_Description__",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*\/issues\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}  |  |