Add to Trello

Add cards to your Trello boards from your browser

Add to Trello là gì?

Add to Trello là một tiện ích mở rộng Chrome được phát triển bởi walteranderson, và tính năng chính của nó là "Add cards to your Trello boards from your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add to Trello

Tải xuống các tệp mở rộng Add to 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

                        Whats new:
- Change the card's position to "top" or "bottom" when adding a card
- New project structure that will make it easier to add new features

Add to Trello lets you easily add a cards to the Trello board of your choice straight from the browser. Automatically save your current tab to the board and list of your choice. The web page's title and link will be automatically filled in for you, and the extension will remember the board and list you chose last.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add to Trello Add to Trello
ID engmocckoohpopiacajolojeobefbcec
URL Chính Thức https://chromewebstore.google.com/detail/add-to-trello/engmocckoohpopiacajolojeobefbcec
Mô tả Add cards to your Trello boards from your browser
Kích Thước Tệp 228 KB
Số Lần Cài Đặt 14,401
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-12-23
Ngày Phát Hành 2016-12-23
Đánh Giá 4.28/5 Tổng số 71 Đánh Giá
Nhà Phát Triển walteranderson
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to Trello",
    "description": "Add cards to your Trello boards from your browser",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Add Cards to Trello"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.trello.com\/"
    ],
    "web_accessible_resources": [
        "settings.html"
    ]
}