Jira Dumb Links
Disable the Atlassian Jira smartlink feature
Qu'est-ce que Jira Dumb Links ?
Jira Dumb Links est une extension Chrome développée par Matt Korostoff, et sa fonction principale est "Disable the Atlassian Jira smartlink feature".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jira Dumb Links
Téléchargez les fichiers d'extension Jira Dumb Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Jira Dumb Links |
ID | benhkamiokceniccopchdlkhcjaakpno |
URL Officiel | https://chromewebstore.google.com/detail/jira-dumb-links/benhkamiokceniccopchdlkhcjaakpno |
Description | Disable the Atlassian Jira smartlink feature |
Taille du Fichier | 300 KB |
Nombre d'Installations | 46 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2022-11-09 |
Date de Publication | 2022-11-05 |
Développeur | Matt Korostoff |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/MKorostoff/jira-dumb-links |
URL de la Page d'Aide | https://github.com/MKorostoff/jira-dumb-links/issues |
URL de la Page de Politique de Confidentialité | https://github.com/MKorostoff/jira-dumb-links/blob/master/PRIVACY.md |
Langues Prises en Charge | 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\/*" ] } |