Copy the link to GitHub issue

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

O que é Copy the link to GitHub issue?

Copy the link to GitHub issue é uma extensão do Chrome desenvolvida por obiyuta, e sua principal característica é "Copy the link to a GitHub issue as Markdown/HTML/Plaintext".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Copy the link to GitHub issue

Baixe arquivos de extensão Copy the link to GitHub issue no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Copy the link to GitHub issue Copy the link to GitHub issue
ID cnnomdadchddnfpalaaoniehedbffnpp
URL Oficial https://chromewebstore.google.com/detail/copy-the-link-to-github-i/cnnomdadchddnfpalaaoniehedbffnpp
Descrição Copy the link to a GitHub issue as Markdown/HTML/Plaintext
Tamanho do Arquivo 63.92 KB
Contagem de Instalações 107
Versão Atual 0.2.0
Última Atualização 2020-08-12
Data de Publicação 2017-09-15
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor obiyuta
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/obiyuta/chrome-copy-link-to-issue
Idiomas Suportados 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
}