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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevent Trello from transforming your links in card descriptions, checklist items, and comments."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link Preserver for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |