Copy the link to GitHub issue
Copy the link to a GitHub issue as Markdown/HTML/Plaintext
Co to jest Copy the link to GitHub issue?
Copy the link to GitHub issue to rozszerzenie Chrome opracowane przez obiyuta, a jego główną funkcją jest „Copy the link to a GitHub issue as Markdown/HTML/Plaintext”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy the link to GitHub issue
Pobierz pliki rozszerzeń Copy the link to GitHub issue w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | Copy the link to GitHub issue |
ID | cnnomdadchddnfpalaaoniehedbffnpp |
Oficjalny URL | https://chromewebstore.google.com/detail/copy-the-link-to-github-i/cnnomdadchddnfpalaaoniehedbffnpp |
Opis | Copy the link to a GitHub issue as Markdown/HTML/Plaintext |
Rozmiar pliku | 63.92 KB |
Liczba instalacji | 107 |
Aktualna Wersja | 0.2.0 |
Ostatnia Aktualizacja | 2020-08-12 |
Data Publikacji | 2017-09-15 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | obiyuta |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/obiyuta/chrome-copy-link-to-issue |
Obsługiwane Języki | 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 } |