Link Preserver for Trello

Prevent Trello from transforming your links in card descriptions, checklist items, and comments.

什麼是Link Preserver for Trello?

Link Preserver for Trello是由https://tinypowerups.com開發的Chrome擴展程式,該擴展的主要功能是“Prevent Trello from transforming your links in card descriptions, checklist items, and comments.”。

擴展截圖

screenshot

下載Link Preserver for Trello擴展crx文件

下載Link Preserver for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The linkguard is on duty!  Save your URLs from the Trello seas of change.

Do you get frustrated every time Trello changes a URL you type into comments, descriptions, checklists, and card titles from the link address into a page title and favicon? Tiny Power-Ups Club is here to save you. 

Simply install the Link Preserver for Trello extension, select “Disable Atlassian Smart Links”, and watch those pesky Smart Links get rendered back to URLs.

Now you can go on and enjoy the rest of your day, just don’t forget to apply sunscreen.

Do you love Link Preserver For Trello? Check out our other Trello extensions and Power-Ups from The Tiny Power-Up Club like Quick Cards, External Share, Board Chat, Card Approvals, File Manager, and more!                    

擴展基本資訊

名稱 Link Preserver for Trello Link Preserver for Trello
ID kakifckibanjlglpkbnfdichejplgdap
官方網址 https://chromewebstore.google.com/detail/link-preserver-for-trello/kakifckibanjlglpkbnfdichejplgdap
簡介 Prevent Trello from transforming your links in card descriptions, checklist items, and comments.
檔案大小 503 KB
安裝次數 713
目前版本 4.0.0
更新時間 2021-08-08
上架時間 2021-08-05
評分 4.25/5 共 12 次評分
開發者 https://tinypowerups.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tinypowerups.com
隱私政策頁面URL https://tinypowerups.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Preserver for Trello",
    "version": "4.0.0",
    "icons": {
        "16": "assets\/icons\/favicon.png",
        "32": "assets\/icons\/favicon.png",
        "48": "assets\/icons\/favicon.png",
        "128": "assets\/icons\/favicon.png"
    },
    "description": "Prevent Trello from transforming your links in card descriptions, checklist items, and comments.",
    "homepage_url": "https:\/\/tinypowerups.com",
    "short_name": "Link Preserver",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/api-gateway.trello.com\/*",
        "https:\/\/trello.com\/*",
        "https:\/\/trello.com\/b\/*",
        "https:\/\/*.trello.com\/*",
        "https:\/\/tinypowerups.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'",
    "author": "tinypowerups.com",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon.png",
            "32": "assets\/icons\/[email protected]",
            "48": "assets\/icons\/[email protected]",
            "128": "assets\/icons\/[email protected]"
        },
        "default_title": "Link Preserver for Trello",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}