Easy Note

Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome

Co to jest Easy Note?

Easy Note to rozszerzenie Chrome opracowane przez ozanerturk17, a jego główną funkcją jest „Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Easy Note

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

                        You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.                    

Podstawowe informacje o rozszerzeniu

Nazwa Easy Note Easy Note
ID hheobakelknbjicekbkmijjgcbephcef
Oficjalny URL https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef
Opis Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Rozmiar pliku 222 KB
Liczba instalacji 33
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2024-02-27
Data Publikacji 2021-03-10
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper ozanerturk17
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ozanerturk/easy-note-chrome-extension
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Note",
    "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboard"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}