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
官方URL 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"
            ]
        }
    ]
}