Clipper - Notepad
A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place
Что такое Clipper - Notepad?
Clipper - Notepad - это расширение Chrome, разработанное N00B, и его основная функция - "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place".
Снимки экрана расширения
Скачать файл CRX расширения Clipper - Notepad
Скачайте файлы расширений Clipper - Notepad в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a notepad clipper extension. Browse through the web with ease, and take notes on the go. Now you don't need to swap between apps, neither copy paste. Write directly by clicking on Clipper or select and right click, you will get an option to add it to the pad. Download the whole of the text directly into .txt file at once. Resize the window to make it as you want it to be, multiple notes and onine sync coming soon.
Основная информация о расширении
Название | |
ID | odaemlhemadocbiadhdehdkiekejnphb |
Официальный URL | https://chrome.google.com/webstore/detail/clipper-notepad/odaemlhemadocbiadhdehdkiekejnphb |
Описание | A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place |
Размер файла | 606 KB |
Количество установок | 445 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-09-10 |
Дата публикации | 2018-09-10 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | N00B |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clipper - Notepad", "description": "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place", "version": "1.0", "offline_enabled": true, "icons": { "19": "imgs\/notepad-icon-12.png", "48": "imgs\/notepad-icon-12.png", "128": "imgs\/notepad-icon-12.png" }, "browser_action": { "default_icon": "imgs\/notepad-icon-12.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "popup.js" ] }, "permissions": [ "activeTab", "storage", "contextMenus" ] } |