Jot

This extension replaces the new tab page for note taking.

Co to jest Jot?

Jot to rozszerzenie Chrome opracowane przez Matt O'Hagan, a jego główną funkcją jest „This extension replaces the new tab page for note taking.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Jot

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

                        Quick note taking extension to replace the new tab page.

To add more pictures for the next version, send a pull request to github.com/mattohagan/jot.                    

Podstawowe informacje o rozszerzeniu

Nazwa Jot Jot
ID mnemjleajnmodijhnibpekloajfdjjja
Oficjalny URL https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja
Opis This extension replaces the new tab page for note taking.
Rozmiar pliku 22.54 MB
Liczba instalacji 8,471
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2014-10-04
Data Publikacji 2014-10-03
Ocena 3.73/5 Łącznie 136 Oceny
Deweloper Matt O'Hagan
Typ Płatności free
Strona Rozszerzenia http://mattohagan.github.io
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jot",
    "description": "This extension replaces the new tab page for note taking.",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "jot.html"
    },
    "icons": {
        "128": "icon128.png"
    }
}