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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}