Trello Cleaner Design

Some improvements in Trello.com UI design, which allows to see cards more clear

Co to jest Trello Cleaner Design?

Trello Cleaner Design to rozszerzenie Chrome opracowane przez https://uptimiza.com, a jego główną funkcją jest „Some improvements in Trello.com UI design, which allows to see cards more clear”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trello Cleaner Design

Pobierz pliki rozszerzeń Trello Cleaner Design w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Some improvements in Trello.com UI design, which allows to see cards more clear                    

Podstawowe informacje o rozszerzeniu

Nazwa Trello Cleaner Design Trello Cleaner Design
ID jpoeolmhikfpcbkmhdodedglnngoljad
Oficjalny URL https://chromewebstore.google.com/detail/trello-cleaner-design/jpoeolmhikfpcbkmhdodedglnngoljad
Opis Some improvements in Trello.com UI design, which allows to see cards more clear
Rozmiar pliku 43.51 KB
Liczba instalacji 59
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-03-03
Data Publikacji 2018-03-03
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper https://uptimiza.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Cleaner Design",
    "manifest_version": 2,
    "version": "1.1",
    "description": "Some improvements in Trello.com UI design, which allows to see cards more clear",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "name": "Trello Cleaner Design",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_title": "Trello Cleaner Design",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "trello.css",
        "trello_plus.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/trello.com\/*",
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "background"
    ]
}