Popup Notes

Take quick notes while you surf. What could be more simple?

Что такое Popup Notes?

Popup Notes - это расширение Chrome, разработанное https://gourav.io, и его основная функция - "Take quick notes while you surf. What could be more simple?".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Popup Notes

Скачайте файлы расширений Popup Notes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Take notes without leaving current tab!
Easiest way to note down copied text, phone numbers, links, to-do items etc while browsing on Google Chrome.

Features :
-- Lightweight, easy to use & secure.
-- Copy selected text to Popup Notes directly from right-click.
-- Auto-save notes upon closing.
-- Auto-focus on notes.
-- Use TAB key to indent your text.
-- Ad-free.                    

Основная информация о расширении

Название Popup Notes Popup Notes
ID pakngoacmndjaomplokegbepmohpfofb
Официальный URL https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb
Описание Take quick notes while you surf. What could be more simple?
Размер файла 38.95 KB
Количество установок 1,191
Текущая Версия 2.0
Последнее Обновление 2020-10-02
Дата публикации 2017-11-30
Рейтинг 3.00/5 Всего 8 оценок
Разработчик https://gourav.io
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "Popup Notes",
    "description": "Take quick notes while you surf. What could be more simple?",
    "version": "2.0",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Popup Notes!"
    },
    "offline_enabled": true,
    "short_name": "Popup Notes",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}