Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
Что такое Snap Note?
Snap Note - это расширение Chrome, разработанное Arthelon, и его основная функция - "A Chrome Extension in the form of a pop-up notepad with various functions".
Снимки экрана расширения
Скачать файл CRX расширения Snap Note
Скачайте файлы расширений Snap Note в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A Chrome Extension in the form of a pop-up notepad with various functions. IMPORTANT : Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing.
Основная информация о расширении
Название | Snap Note |
ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
Официальный URL | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
Описание | A Chrome Extension in the form of a pop-up notepad with various functions |
Размер файла | 277 KB |
Количество установок | 908 |
Текущая Версия | 0.0.5 |
Последнее Обновление | 2015-09-11 |
Дата публикации | 2015-09-11 |
Рейтинг | 3.91/5 Всего 11 оценок |
Разработчик | Arthelon |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://github.com/Arthelon |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snap Note", "version": "0.0.5", "manifest_version": 2, "description": "A Chrome Extension in the form of a pop-up notepad with various functions", "author": "Daniel Hsing", "offline_enabled": true, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "32": "images\/note-32.png", "48": "images\/note-48.png", "128": "images\/note-128.png" }, "browser_action": { "default_icon": "images\/note-128.png", "default_title": "Snap Note", "default_popup": "index.html" }, "permissions": [ "unlimitedStorage" ], "web_accessible_resources": [ "index.html", "js\/popup.js" ] } |