Pro for Trello, FREE Trello tweaks
Ultimate FREE tweaks for Trello users! Your Trello boards on steroids!
什麼是Pro for Trello, FREE Trello tweaks?
Pro for Trello, FREE Trello tweaks是由https://apptorium.net開發的Chrome擴展程式,該擴展的主要功能是“Ultimate FREE tweaks for Trello users! Your Trello boards on steroids!”。
擴展截圖
下載Pro for Trello, FREE Trello tweaks擴展crx文件
下載Pro for Trello, FREE Trello tweaks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Pro for Trello is a Trello enhancement tool for Google Chrome. It comes packed with features and you can customize it for each individual board, choosing what you want to tweak and what not. We are not affiliated, associated, authorized, endorsed by or in any way officially connected to Trello, Inc. (www.trello.com). Visit project homepage: https://apptorium.net/pro-for-trello 1. CARDS 1.1 Category - will be rendered as bold text to make it easy for you to discern different projects or ticket groups. You can filter cards per category. 1.2 Tags - will be shown below card name with a tag icon to make it possible for you to add any number of custom inline labels/tags that don't conflict with Trello labels. You can filter cards per tag. 1.3 Time Entries - will be shown below card name with an hourglass icon to enable time estimation or time tracking and make it easy for you to see how much time was spent on a specific task. 1.4 Priorities - will make cards that have a level of priority more prominent. Besides no priority cards, you can set "low", "medium" and "high priority". You can filter cards per priority. 1.5 Points - will be shown below card name with a star icon to enable adding points to cards (Scrum anyone?). 1.6 Card Numbers - will be shown as bold blue text to make it easy for you to reference cards for yourself or between team members. 1.7 Full-sized Trello Labels - turns those colored lines into full labels that fit perfectly on the card and really stand them out. You can choose between several label sizes. 1.8 Simple Markup - you can write simple markup in your card titles making it easy to emphasize things visually. 1.9 Hashtags - unlike tags, they will be shown inline within card title, colored blue. You can filter cards per hashtag. 1.10 Prices - will be recognized and shown below card name with a money icon 1.11 Full screen cards - card details will be opened in full screen To enhance cards, use the following format in card titles: Category | Card Title tag {time-entry} |points| $price$ #hashtag ! 2. LISTS 2.1 Show/hide lists - you can hide any list on your board (without archiving it) to un-clutter your view. 2.2 List stats - you can now have a status bar on the top of your lists that displays the no. of cards, sum of poinats, sum of time entries and the status of checklists (tasks). 2.3 Progress bar - list stats can also include a progress bar for checklists. 2.4 Custom background color - you can make lists more prominent and visually better by adding a custom color. 2.5 Custom list width - you can manipulate the width of any particular list. 2.5 Toggle between horizontal or vertical layout for lists 3. OTHER 3.1 Custom background image - just paste the URL of the image you want rendered as a background on your board and you're all set. 3.2 Compact boards - you can make your boards more compact, a very useful feature especially when you have a lot of cards. 3.3 Beautiful card descriptions - you can make card descriptions significantly more readable. 3.4 Hide "Add a list..." - you can now hide that unused input that just takes up space and even forces the bottom scroll bar to appear. 3.5 Custom CSS - if you know what you're doing and you know a way to make Trello look even better, this one's for you. Just paste your CSS and save, it will be loaded to your board. 4. ADDED VALUE 4.1 Global configuration for all boards - you can configure enhancements that will be applied by default to all your Trello boards. 4.2 Per-board configuration - you can configure each specific board (overrides global configuration). 4.3 Exporting board configuration - you can easily share configuration between boards and across teams.
擴展基本資訊
名稱 | Pro for Trello, FREE Trello tweaks |
ID | hcjkfaengbcfeckhjgjdldmhjpoglecc |
官方網址 | https://chrome.google.com/webstore/detail/pro-for-trello-free-trell/hcjkfaengbcfeckhjgjdldmhjpoglecc |
簡介 | Ultimate FREE tweaks for Trello users! Your Trello boards on steroids! |
檔案大小 | 5.16 MB |
安裝次數 | 24,237 |
目前版本 | 3.3 |
更新時間 | 2020-06-08 |
上架時間 | 2020-06-08 |
評分 | 4.74/5 共 290 次評分 |
開發者 | https://apptorium.net |
電子郵箱 | [email protected] |
擴展官網 | https://apptorium.net/pro-for-trello |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pro for Trello, FREE Trello tweaks", "short_name": "Pro for Trello", "description": "Ultimate FREE tweaks for Trello users! Your Trello boards on steroids!", "version": "3.3", "options_page": "options.html", "icons": { "16": "img\/16x16.png", "24": "img\/24x24.png", "32": "img\/32x32.png", "48": "img\/48x48.png", "64": "img\/64x64.png", "128": "img\/128x128.png", "256": "img\/256x256.png", "512": "img\/512x512.png" }, "permissions": [ "*:\/\/trello.com\/*", "tabs", "storage" ], "web_accessible_resources": [ "img\/*", "css\/*", "tmpl\/*", "docs\/*", "lib\/*", "board.html", "options.html" ], "background": { "scripts": [ "js\/events.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/trello.com\/*" ], "js": [ "lib\/jquery-3.0.0.min.js", "js\/config.js", "js\/trello-pro.js", "js\/analytics.js", "js\/board.js" ], "css": [ "css\/trello-pro.css" ], "run_at": "document_idle", "all_frames": true } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |