Chrome Note

A handy way to keep notes while you browse the web

Co to jest Chrome Note?

Chrome Note to rozszerzenie Chrome opracowane przez gazza7205, a jego główną funkcją jest „A handy way to keep notes while you browse the web”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chrome Note

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

                        This is a basic note taking application.

I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention.

There are some improvements I'd like to make and will be doing so over time.

I'll be putting this on GitHub soon too so you can fork/laugh at it :)                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Note Chrome Note
ID aockhgcalnpkacmmbabpenflbdikonmg
Oficjalny URL https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg
Opis A handy way to keep notes while you browse the web
Rozmiar pliku 86.14 KB
Liczba instalacji 1,069
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-07-26
Data Publikacji 2015-07-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper gazza7205
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Note",
    "description": "A handy way to keep notes while you browse the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "permissions": [
        "activeTab"
    ]
}