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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον obiyuta, και η κύρια λειτουργία του είναι "Copy the link to a GitHub issue as Markdown/HTML/Plaintext".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Copy the link to GitHub issue

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
}