Notatkowator 2000

Szybki podgląd notek

Wat is Notatkowator 2000?

Notatkowator 2000 is een Chrome-extensie ontwikkeld door Elon Than, en de belangrijkste functie is "Szybki podgląd notek".

Download het CRX-bestand van de extensie Notatkowator 2000

Download Notatkowator 2000-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Dodatek pozwala na szybki podgląd notki o użytkowniku, który dodał wpis lub komentarz.

Domyślnie pokazywana jest cała notatka, co nie zawsze jest wygodne. W takim przypadku można podzielić notatkę znakiem | na dwie części. Od tego momentu tylko pierwsza część będzie widoczna w poglądzie.                    

Basisinformatie over de Extensie

Naam Notatkowator 2000 Notatkowator 2000
ID paepmmjfmbjfdpjbnkhedjblhfhbihac
Officiële URL https://chrome.google.com/webstore/detail/notatkowator-2000/paepmmjfmbjfdpjbnkhedjblhfhbihac
Beschrijving Szybki podgląd notek
Bestandsgrootte 5.35 KB
Aantal Installaties 176
Huidige Versie 1.3.1
Laatst Bijgewerkt 2017-05-14
Publicatiedatum 2017-05-14
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar Elon Than
Betalingswijze free
Ondersteunde Talen pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "notatkowator.user.js"
            ],
            "matches": [
                "http:\/\/www.wykop.pl\/*",
                "https:\/\/www.wykop.pl\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Szybki podgl\u0105d notek",
    "name": "Notatkowator 2000",
    "version": "1.3.1"
}