Copy the link to GitHub issue

Copy the link to a GitHub issue as Markdown/HTML/Plaintext

Qu'est-ce que Copy the link to GitHub issue ?

Copy the link to GitHub issue est une extension Chrome développée par obiyuta, et sa fonction principale est "Copy the link to a GitHub issue as Markdown/HTML/Plaintext".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy the link to GitHub issue

Téléchargez les fichiers d'extension Copy the link to GitHub issue 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

                        You can copy the link to GitHub issue or pull request url with title and id as Markdown/HTML/Plaintext.

For example, plain text is like the below👇,
#5|Sample pull request (Pull request)
https://github.com/obiyuta/chrome-copy-link-to-issue/pull/5

or Markdown like the below👇
[#5|Sample pull request (Pull request)](https://github.com/obiyuta/chrome-copy-link-to-issue/pull/5)                    

Informations de Base sur l'Extension

Nom Copy the link to GitHub issue Copy the link to GitHub issue
ID cnnomdadchddnfpalaaoniehedbffnpp
URL Officiel https://chromewebstore.google.com/detail/copy-the-link-to-github-i/cnnomdadchddnfpalaaoniehedbffnpp
Description Copy the link to a GitHub issue as Markdown/HTML/Plaintext
Taille du Fichier 63.92 KB
Nombre d'Installations 107
Version Actuelle 0.2.0
Dernière Mise à Jour 2020-08-12
Date de Publication 2017-09-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur obiyuta
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/obiyuta/chrome-copy-link-to-issue
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "images\/icon32.png",
        "default_title": "copy",
        "default_popup": "views\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "declarativeContent"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}