Jira Dumb Links

Disable the Atlassian Jira smartlink feature

Jira Dumb Links क्या है?

Jira Dumb Links Matt Korostoff द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable the Atlassian Jira smartlink feature"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jira Dumb Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
    ]
}