NoteTaker
Take quick notes and save them without moving away from your browser!
Co to jest NoteTaker?
NoteTaker to rozszerzenie Chrome opracowane przez Nehan Sikder, a jego główną funkcją jest „Take quick notes and save them without moving away from your browser!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NoteTaker
Pobierz pliki rozszerzeń NoteTaker 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
Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes! Logo design - [email protected]
Podstawowe informacje o rozszerzeniu
Nazwa | NoteTaker |
ID | jedmfdadjflnlakpidicccpibkdfpeap |
Oficjalny URL | https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap |
Opis | Take quick notes and save them without moving away from your browser! |
Rozmiar pliku | 394 KB |
Liczba instalacji | 1,015 |
Aktualna Wersja | 0.0.0.3 |
Ostatnia Aktualizacja | 2017-01-15 |
Data Publikacji | 2017-01-15 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | Nehan Sikder |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoteTaker", "description": "Take quick notes and save them without moving away from your browser!", "version": "0.0.0.3", "manifest_version": 2, "browser_action": { "default_icon": "logo3.png" }, "background": { "scripts": [ "jquery.js", "FileSaver.js", "background.js" ] }, "content_scripts": [ { "js": [ "jquery.js", "FileSaver.js", "background.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |