GoodPlan

Replace a new tab with daily smart notes

Co to jest GoodPlan?

GoodPlan to rozszerzenie Chrome opracowane przez barryjonesph, a jego główną funkcją jest „Replace a new tab with daily smart notes”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GoodPlan

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

                        GoodPlan is your digital smart notebook with a nice design and daily pages.

With GoodPlan your thoughts, notes, and todo are just one tab away. You can also track your daily progress and go back and forth between pages.                    

Podstawowe informacje o rozszerzeniu

Nazwa GoodPlan GoodPlan
ID hafghakgjjmcdagnpgdljhifmbkoobbb
Oficjalny URL https://chromewebstore.google.com/detail/goodplan/hafghakgjjmcdagnpgdljhifmbkoobbb
Opis Replace a new tab with daily smart notes
Rozmiar pliku 1.3 MB
Liczba instalacji 194
Aktualna Wersja 1.6.1
Ostatnia Aktualizacja 2020-02-10
Data Publikacji 2020-02-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper barryjonesph
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://search.quickmovietab.com/pp.php
Obsługiwane Języki en-US
manifest.json
{
    "browser_action": {
        "default_icon": "favicon\/preview-128x128.png",
        "default_title": "GoodPlan",
        "icons": {
            "128": "favicon\/preview-128x128.png",
            "16": "favicon\/favicon-16x16.png",
            "32": "favicon\/favicon-32x32.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'  https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com  ; object-src 'self'",
    "description": "Replace a new tab with daily smart notes",
    "homepage_url": "https:\/\/goodplan.app\/",
    "icons": {
        "128": "favicon\/preview-128x128.png",
        "16": "favicon\/favicon-16x16.png",
        "48": "favicon\/preview-48x48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "GoodPlan",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "Smart notes",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1"
}