Jira Dumb Links
Disable the Atlassian Jira smartlink feature
Jira Dumb Links란 무엇입니까?
Jira Dumb Links은(는) Matt Korostoff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable the Atlassian Jira smartlink feature"입니다.
확장 프로그램 스크린샷
Jira Dumb Links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This plugin disables smart links in Atlassian products such as Jira and Confluence. Once it is installed, URLs will remain as you typed them, and will not be replaced by smart links. It will not remove smart links from content authored by other people, only for content authored by you in a browser with this plugin installed. Smart links replace URLs in written comments with metadata about the linked document, such as the HTML page title. This is a bad feature of Jira. It makes written comments harder to understand, hides important information, and injects chaotic, irrelevant text into the middle of a sentence. This plugin removes the feature.
확장 프로그램 기본 정보
이름 | Jira Dumb Links |
ID | benhkamiokceniccopchdlkhcjaakpno |
공식 URL | https://chromewebstore.google.com/detail/jira-dumb-links/benhkamiokceniccopchdlkhcjaakpno |
설명 | Disable the Atlassian Jira smartlink feature |
파일 크기 | 300 KB |
설치 횟수 | 46 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2022-11-09 |
출시 날짜 | 2022-11-05 |
개발자 | Matt Korostoff |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/MKorostoff/jira-dumb-links |
도움말 페이지 URL | https://github.com/MKorostoff/jira-dumb-links/issues |
개인정보 보호 정책 페이지 URL | https://github.com/MKorostoff/jira-dumb-links/blob/master/PRIVACY.md |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Dumb Links", "description": "Disable the Atlassian Jira smartlink feature", "version": "0.1.0", "manifest_version": 3, "icons": { "16": "\/icons\/16x16.png", "32": "\/icons\/32x32.png", "48": "\/icons\/48x48.png", "128": "\/icons\/128x128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/16x16.png", "32": "\/icons\/32x32.png", "48": "\/icons\/48x48.png", "128": "\/icons\/128x128.png" } }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "https:\/\/*.atlassian.net\/*" ] } |