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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy the link to a GitHub issue as Markdown/HTML/Plaintext"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Copy the link to GitHub issue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}