GTD: Trello Card Links
Get Things Done with Trello Card Links!
GTD: Trello Card Links là gì?
GTD: Trello Card Links là một tiện ích mở rộng Chrome được phát triển bởi oneezy, và tính năng chính của nó là "Get Things Done with Trello Card Links!".
Ả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 GTD: Trello Card Links
Tải xuống các tệp mở rộng GTD: Trello Card Links 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
GTD: Trello Card Links (Chrome Extension) This small extension helps you GET THINGS DONE quickly by pasting clickable links directly on the front of your Trello Cards! Save time by not having to click to the back of cards to get to your links. FEATURES ─────────────── • Clickable Links on cards • Multiple Links on cards • Create EPIC stories from Trello Card Links Get Creative! Installation ─────────────── 1. Install extension 2. Navigate to your Trello Board 3. Create new Trello Card 4. Paste a link 5. Click the link! More Links! ─────────────── • Demo: https://trello.com/b/6DoBxhuZ/gtd-trello-card-links • Github: https://github.com/oneezy/gtd-trello-card-links • Patreon: https://www.patreon.com/oneezy
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GTD: Trello Card Links |
ID | kpbpniempdinfjfgphomcfkijinlgfgj |
URL Chính Thức | https://chromewebstore.google.com/detail/gtd-trello-card-links/kpbpniempdinfjfgphomcfkijinlgfgj |
Mô tả | Get Things Done with Trello Card Links! |
Kích Thước Tệp | 47.28 KB |
Số Lần Cài Đặt | 4,330 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2020-08-19 |
Ngày Phát Hành | 2020-08-19 |
Đánh Giá | 4.36/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | oneezy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/oneezy/gtd-trello-card-links |
URL Trang Trợ Giúp | https://trello.com/b/6DoBxhuZ/gtd-trello-card-links |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GTD: Trello Card Links", "description": "Get Things Done with Trello Card Links!", "version": "1.2.0", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/trello.com\/*" ], "js": [ "lib\/jquery.min.js", "gtd-trello\/card-links\/card-links.js", "gtd-trello\/gtd-trello.js" ], "css": [ "gtd-trello\/card-links\/card-links.css" ] } ] } |