Por: krzmig
Inspect and view changes in Strelloids - Trello on steroids source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "Strelloids",
"author": "krzmig",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/krzmig/strelloids",
"developer": {
"name": "krzmig",
"url": "https://gitlab.com/krzmig"
},
"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": {
"scripts": [
"background/background.js"
],
"type": "module"
},
"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/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "strelloids@krzmig.github.com",
"strict_min_version": "112.0"
}
}
} Melhores alternativas Strelloids - Trello on steroids
Aqui estão algumas Firefox add-ons que são similares a Strelloids - Trello on steroids:
Trello Boosted Boards
Elk Vision
Better Trello
Mig
Trello Super Powers
Christian Kaindl
Agile SCRUM for Trello boards
xaviesteve
List Highlighter for Trello
Mark
TredoList
Olivier Cado
Trello extras [Forked]
Diego Ferreira
Trello Markdown Descriptions
DudeSoft
Trello extras
fain182
Trello compact cards
Simon Tysland