Trello Bookmark
Store your bookmarks as Trello Cards
Trello Bookmarkคืออะไร?
Trello Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dospolov.com และคุณลักษณะหลักของมันคือ "Store your bookmarks as Trello Cards"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Bookmark
ดาวน์โหลดไฟล์ส่วนขยาย Trello Bookmark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Trello Bookmark lets you easily add a cards to the Trello board of your choice straight from the browser. Read more: https://dospolov.com/posts/trello-plus-gtd-equals-trello-bookmark New in 2.4.3: - Pressing CTRL+M on card save spinner will open newly create Card at Trello.com New in 2.4.0: - Storing YouTube links will automatically save cover New in 2.3.0: - Default location settings New in 2.0.2: - Card location now support keyboard input and navigation - Submit card on CTRL + Enter New in 1.10.0: - Faster saving - New tab blank fields New in 1.0.5: - Team boards support Main features: - Select Board - Select List - Define card position in list (top / bottom) - Fill card title (prefilled from Tab Title) - Link (prefilled from current URL) - Cover (paste by CTRL/CMD+V) - Description - Labels (fetched from board) - Due Date and Time - Card assignee (if more than 1 member on the board) Other features: - Last used board and list stored Github: https://github.com/dospolov/trello-bookmark
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trello Bookmark |
ID | ephoopolmejjnjkbbdcfgoohokhnekca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trello-bookmark/ephoopolmejjnjkbbdcfgoohokhnekca |
คำอธิบาย | Store your bookmarks as Trello Cards |
ขนาดไฟล์ | 8.21 MB |
จำนวนการติดตั้ง | 1,851 |
เวอร์ชันปัจจุบัน | 2.4.5 |
อัปเดตครั้งล่าสุด | 2022-01-27 |
วันที่เผยแพร่ | 2020-01-09 |
คะแนน | 4.29/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | dospolov.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/dospolov/trello-bookmark |
URL หน้านโยบายความเป็นส่วนตัว | https://dospolov.com/pages/trello-bookmark-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Bookmark", "description": "Store your bookmarks as Trello Cards", "version": "2.4.5", "browser_action": { "default_popup": "index.html", "default_title": "Trello Bookmark" }, "icons": { "128": "icon128.png" }, "permissions": [ "tabs", "https:\/\/api.trello.com\/" ], "web_accessible_resources": [ "index.html" ] } |