Take Note
An extension to help you take notes on long articles in your browser. Recognizes and formats code.
Что такое Take Note?
Take Note - это расширение Chrome, разработанное sarahhubschmail, и его основная функция - "An extension to help you take notes on long articles in your browser. Recognizes and formats code.".
Снимки экрана расширения
Скачать файл CRX расширения Take Note
Скачайте файлы расширений Take Note в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
An app that helps you take notes on articles, blog posts, or documentation. Select the text you want to save, right click, and press 'Take Note'. You can go back and edit or delete any notes you take. The extension also recognizes and formats any code you save as a note.
Основная информация о расширении
Название | |
ID | jkhfbnadhkkefjioelljpcmkgnoamakg |
Официальный URL | https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg |
Описание | An extension to help you take notes on long articles in your browser. Recognizes and formats code. |
Размер файла | 1.87 MB |
Количество установок | 162 |
Текущая Версия | 0.0.0.1 |
Последнее Обновление | 2017-08-10 |
Дата публикации | 2017-08-10 |
Рейтинг | 4.00/5 Всего 6 оценок |
Разработчик | sarahhubschmail |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Take Note", "description": "An extension to help you take notes on long articles in your browser. Recognizes and formats code.", "background": { "scripts": [ "js\/jquery-3.2.1.js", "js\/background.js" ], "css": [ "style.css" ] }, "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "Take Note", "default_icon": "images\/icon.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs", "webNavigation" ], "icons": { "16": "images\/icon-bitty.png", "48": "images\/icon-bitty.png", "128": "images\/icon-bitty.png" } } |