NoteTaker
Take quick notes and save them without moving away from your browser!
Что такое NoteTaker?
NoteTaker - это расширение Chrome, разработанное Nehan Sikder, и его основная функция - "Take quick notes and save them without moving away from your browser!".
Снимки экрана расширения
Скачать файл CRX расширения NoteTaker
Скачайте файлы расширений NoteTaker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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]
Основная информация о расширении
Название | NoteTaker |
ID | jedmfdadjflnlakpidicccpibkdfpeap |
Официальный URL | https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap |
Описание | Take quick notes and save them without moving away from your browser! |
Размер файла | 394 KB |
Количество установок | 1,015 |
Текущая Версия | 0.0.0.3 |
Последнее Обновление | 2017-01-15 |
Дата публикации | 2017-01-15 |
Рейтинг | 4.00/5 Всего 4 оценок |
Разработчик | Nehan Sikder |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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:\/\/*\/*" ] } ] } |