Strelloids - Trello on steroids

Strelloids - Trello possibilities expander. Custom tags, colored lists, hiding the lists, scrum points, new views and much more.

Strelloids - Trello on steroids란 무엇입니까?

Strelloids - Trello on steroids은(는) krzmig에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Strelloids - Trello possibilities expander. Custom tags, colored lists, hiding the lists, scrum points, new views and much more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Strelloids - Trello on steroids 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Strelloids will expand possibilities of your Trello. Custom, colored tags, colored lists, hiding the lists, scrum story points helper, new view modes and much more. In one time you can have different settings for each board. Strelloids was created with the keynote that it would not kill your computer, like some extensions likes to do.

## Change List ##

v2020.9.27
- Move setting of lists to storage.local, storage.sync has limits that can be exceeded.

v2020.9.26
- Markdown checklist support. [See more](Modules-%7C-Markdown-%7C-Checklist).
- Markdown table support. [See more](Modules-%7C-Markdown-%7C-Table).
- Expand/Collapse all list on the board.
- Auto collapse empty lists.
- Import/export plugin settings.
- Split popup settings into tabs.
- Split "content scripts" into separated files.
- Own translation system. 

v2019.6.13
- Fixed missing toggled labels on cards
- Fixed vertical position of inputs for custom tags

v2019.3.10:
- Added module for card prioritization.
- Added GUI in card edit for modules: Custom tags, Card prioritization, Scrum Times.
- Added possibility to scroll board in default view mode without holding shift key.
- Added global options to change scrum label colors.
- Added global options to change scrum sequence buttons in GUI card edit.
- Added setting which allow to hide scrum labels based on their type.
- Changed custom tags color algorithm to more "random".
- Fixed assigning single "?" in brackets into Team 2 in scrum times.
- Mucho code improvements.

v2019.2.21:
- Moved board settings into browser popup, opened by clicking in extension icon.
- Added options page, with some global setting of the extension.
- Added toggle visibility button into left top corner of the list instead of position inside Trello list menu.
- Added new module for using cards as separator on list.
- Merged display mode options, into one select.
- Added some help messages for popup board options.
- Improvement in overall CSS styles.
- Replaced UTF-8 icons for scrum points (didn't appear on some versions), with SVG images.
- Fixed scrum points rounding for some values (like: 0.6000000000000001).                    

확장 프로그램 기본 정보

이름 Strelloids - Trello on steroids Strelloids - Trello on steroids
ID modiglgpojgocbnehgegipohkfejddfo
공식 URL https://chromewebstore.google.com/detail/strelloids-trello-on-ster/modiglgpojgocbnehgegipohkfejddfo
설명 Strelloids - Trello possibilities expander. Custom tags, colored lists, hiding the lists, scrum points, new views and much more.
파일 크기 108 KB
설치 횟수 2,244
현재 버전 2023.10.11
최근 업데이트 2023-10-22
출시 날짜 2019-10-23
평점 4.94/5 총 16 개의 평점
개발자 krzmig
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/krzmig/strelloids
도움말 페이지 URL https://github.com/krzmig/strelloids/wiki
개인정보 보호 정책 페이지 URL https://github.com/krzmig/strelloids
지원되는 언어 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "Strelloids",
    "author": "krzmig",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/krzmig\/strelloids",
    "version": "2023.10.11",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "96": "img\/icon-96.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/trello.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "utils\/js\/utils.js",
                "utils\/js\/i18n.js",
                "utils\/js\/settings.js",
                "content\/js\/module\/BoardScroll.js",
                "content\/js\/module\/CardsPrioritization.js",
                "content\/js\/module\/CardsSeparator.js",
                "content\/js\/module\/ColoredLists.js",
                "content\/js\/module\/CustomTags.js",
                "content\/js\/module\/DisplayMode.js",
                "content\/js\/module\/Events.js",
                "content\/js\/module\/MarkdownChecklist.js",
                "content\/js\/module\/MarkdownTable.js",
                "content\/js\/module\/ScrumSumTimes.js",
                "content\/js\/module\/ScrumTimes.js",
                "content\/js\/module\/Settings.js",
                "content\/js\/module\/ShowCardsCounter.js",
                "content\/js\/module\/ToggleLists.js",
                "content\/js\/strelloids.js"
            ],
            "css": [
                "content\/css\/strelloids.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_area": "navbar",
        "default_icon": {
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png",
            "48": "img\/icon-48.png",
            "64": "img\/icon-64.png",
            "96": "img\/icon-96.png",
            "128": "img\/icon-128.png",
            "256": "img\/icon-256.png"
        },
        "default_popup": "popup\/popup.html",
        "theme_icons": [
            {
                "light": "img\/icon-16-light.png",
                "dark": "img\/icon-16-dark.png",
                "size": 16
            },
            {
                "light": "img\/icon-32-light.png",
                "dark": "img\/icon-32-dark.png",
                "size": 32
            },
            {
                "light": "img\/icon-48-light.png",
                "dark": "img\/icon-48-dark.png",
                "size": 48
            },
            {
                "light": "img\/icon-64-light.png",
                "dark": "img\/icon-64-dark.png",
                "size": 64
            },
            {
                "light": "img\/icon-96-light.png",
                "dark": "img\/icon-96-dark.png",
                "size": 96
            },
            {
                "light": "img\/icon-128-light.png",
                "dark": "img\/icon-128-dark.png",
                "size": 128
            },
            {
                "light": "img\/icon-256-light.png",
                "dark": "img\/icon-256-dark.png",
                "size": 256
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "default_settings.json",
                "_locales\/*\/*.json"
            ],
            "matches": [
                "*:\/\/trello.com\/*"
            ]
        }
    ],
    "minimum_chrome_version": "88.0"
}