Trello Bookmark

Store your bookmarks as Trello Cards

Trello Bookmark란 무엇입니까?

Trello Bookmark은(는) dospolov.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store your bookmarks as Trello Cards"입니다.

확장 프로그램 스크린샷

screenshot

Trello Bookmark 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}