Link Preserver for Trello
Prevent Trello from transforming your links in card descriptions, checklist items, and comments.
Link Preserver for Trello là gì?
Link Preserver for Trello là một tiện ích mở rộng Chrome được phát triển bởi https://tinypowerups.com, và tính năng chính của nó là "Prevent Trello from transforming your links in card descriptions, checklist items, and comments.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Link Preserver for Trello
Tải xuống các tệp mở rộng Link Preserver for Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Link Preserver for Trello |
ID | kakifckibanjlglpkbnfdichejplgdap |
URL Chính Thức | https://chromewebstore.google.com/detail/link-preserver-for-trello/kakifckibanjlglpkbnfdichejplgdap |
Mô tả | Prevent Trello from transforming your links in card descriptions, checklist items, and comments. |
Kích Thước Tệp | 503 KB |
Số Lần Cài Đặt | 713 |
Phiên Bản Hiện Tại | 4.0.0 |
Cập Nhật Lần Cuối | 2021-08-08 |
Ngày Phát Hành | 2021-08-05 |
Đánh Giá | 4.25/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://tinypowerups.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tinypowerups.com |
URL Trang Chính Sách Bảo Mật | https://tinypowerups.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |