Pesto aioli

An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles

Co to jest Pesto aioli?

Pesto aioli to rozszerzenie Chrome opracowane przez pink nautilus, a jego główną funkcją jest „An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pesto aioli

Pobierz pliki rozszerzeń Pesto aioli 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

                        Designed for students with ADHD or your standard procrastinator, this extension will catch you when you open a new tab to navigate away from your current project and remind you of what you have to do. There is also an aesthetic interactive particle background that enables users to play around and kill some time while they ponder their responsibilities.

To customize links, press the "[+]" at the bottom of the screen.

"website" will redirect to github repo                    

Podstawowe informacje o rozszerzeniu

Nazwa Pesto aioli Pesto aioli
ID baalpccnhigkkjhdaacgbkfopdcpbemp
Oficjalny URL https://chrome.google.com/webstore/detail/baalpccnhigkkjhdaacgbkfopdcpbemp
Opis An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles
Rozmiar pliku 623 KB
Liczba instalacji 72
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2019-11-14
Data Publikacji 2019-11-14
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper pink nautilus
Typ Płatności free
Strona Rozszerzenia https://github.com/simonmahns/newtab
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pesto aioli",
    "description": "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles",
    "version": "0.1.5",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "100": "icon100.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "permissions": [
        "storage"
    ]
}