Super Trello
Adds new features to trello
Super Trello क्या है?
Super Trello jrf0110 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds new features to trello"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Super Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extra features on top of https://trello.com - Currently adds the ability to browse cards with the arrow keys. With a card open, press down or up to go to the next or previous card in the list. Press right or left to go to the next or previous list on the board. This is just the first version and I will add new features later. Source code: https://github.com/jrf0110/super-trello #### Card Switcher Use the arrow keys (up/down) to go through cards in a list #### List Switcher Use the arrow keys (left/right) to switch lists from the open card view ### Version 1.1 Update *Version 1.1 changes keybindings to be prefixed with SHIFT* * Fixes broken keybindings * Refactored codebase
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jhmefmkepidkekablipkaemmkinkbain |
आधिकारिक URL | https://chrome.google.com/webstore/detail/jhmefmkepidkekablipkaemmkinkbain |
विवरण | Adds new features to trello |
फ़ाइल का आकार | 92.02 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2017-08-22 |
प्रकाशन तिथि | 2017-08-22 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | jrf0110 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Trello", "description": "Adds new features to trello", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*\/*", "https:\/\/trello.com\/c\/*\/*" ], "js": [ "dist\/super-trello.js" ] } ] } |