Trello Bookmark
Store your bookmarks as Trello Cards
Trello Bookmark क्या है?
Trello Bookmark dospolov.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store your bookmarks as Trello Cards"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Bookmark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
} | |