Copy the link to GitHub issue
Copy the link to a GitHub issue as Markdown/HTML/Plaintext
Hvad er Copy the link to GitHub issue?
Copy the link to GitHub issue er en Chrome-udvidelse udviklet af obiyuta, og dens hovedfunktion er "Copy the link to a GitHub issue as Markdown/HTML/Plaintext".
Udvidelsesskærmbilleder
Download Copy the link to GitHub issue-udvidelses-CRX-fil
Download Copy the link to GitHub issue-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | Copy the link to GitHub issue |
ID | cnnomdadchddnfpalaaoniehedbffnpp |
Officiel URL | https://chromewebstore.google.com/detail/copy-the-link-to-github-i/cnnomdadchddnfpalaaoniehedbffnpp |
Beskrivelse | Copy the link to a GitHub issue as Markdown/HTML/Plaintext |
Filstørrelse | 63.92 KB |
Antal Installationer | 107 |
Nuværende Version | 0.2.0 |
Senest Opdateret | 2020-08-12 |
Udgivelsesdato | 2017-09-15 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | obiyuta |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/obiyuta/chrome-copy-link-to-issue |
Understøttede Sprog | 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 } |