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”。
擴展截圖
下載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) 擴展基本資訊
| 名稱 | |
| ID | cnnomdadchddnfpalaaoniehedbffnpp |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |