Copy the link to GitHub issue

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

Copy the link to GitHub issueとは何ですか?

Copy the link to GitHub issueはobiyutaによって開発されたChromeの拡張機能で、その主な機能は「Copy the link to a GitHub issue as Markdown/HTML/Plaintext」です。

拡張機能のスクリーンショット

screenshot

Copy the link to GitHub issue拡張機能のCRXファイルをダウンロード

Copy the link to GitHub issue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 Copy the link to GitHub issue Copy the link to GitHub issue
ID cnnomdadchddnfpalaaoniehedbffnpp
公式URL https://chromewebstore.google.com/detail/copy-the-link-to-github-i/cnnomdadchddnfpalaaoniehedbffnpp
説明 Copy the link to a GitHub issue as Markdown/HTML/Plaintext
ファイルサイズ 63.92 KB
インストール数 107
現在のバージョン 0.2.0
最終更新日 2020-08-12
公開日 2017-09-15
評価 5.00/5 合計 3 レビュー
開発者 obiyuta
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/obiyuta/chrome-copy-link-to-issue
対応言語 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
}