Noty

Note from the start

Vad är Noty?

Noty är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Note from the start".

Tilläggsskärmbilder

screenshot

Ladda ner Noty-förlängningens CRX-fil

Ladda ner Noty-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Turns start page to a minimalistic notepad with support for todo items and list items.                    

Grundläggande Information om Tillägg

Namn Noty Noty
ID bocobeipokdapflcoalkhhoeacgeccgc
Officiell webbadress https://chromewebstore.google.com/detail/noty/bocobeipokdapflcoalkhhoeacgeccgc
Beskrivning Note from the start
Filstorlek 411 KB
Antal Installationer 44
Aktuell Version 0.0.1
Senast Uppdaterad 2019-09-12
Publiceringsdatum 2019-09-11
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noty",
    "version": "0.0.1",
    "description": "Note from the start",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{eb06724d-57a2-42cf-902e-cb322e17437e}",
            "strict_min_version": "42.0"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}