Copy the link to GitHub issue

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

Copy the link to GitHub issue là gì?

Copy the link to GitHub issue là một tiện ích mở rộng Chrome được phát triển bởi obiyuta, và tính năng chính của nó là "Copy the link to a GitHub issue as Markdown/HTML/Plaintext".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy the link to GitHub issue

Tải xuống các tệp mở rộng Copy the link to GitHub issue dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copy the link to GitHub issue Copy the link to GitHub issue
ID cnnomdadchddnfpalaaoniehedbffnpp
URL Chính Thức https://chromewebstore.google.com/detail/copy-the-link-to-github-i/cnnomdadchddnfpalaaoniehedbffnpp
Mô tả Copy the link to a GitHub issue as Markdown/HTML/Plaintext
Kích Thước Tệp 63.92 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2020-08-12
Ngày Phát Hành 2017-09-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển obiyuta
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/obiyuta/chrome-copy-link-to-issue
Ngôn Ngữ Được Hỗ Trợ 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
}