Sticky Notes

Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.

Что такое Sticky Notes?

Sticky Notes - это расширение Chrome, разработанное Divin Divakaran, и его основная функция - "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.".

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

screenshot
screenshot
screenshot

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

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

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

                        ------------------------------- FEATURES ----------------------------------------

- You'll see the notes every time you open a new tab in chrome.
- Unlimited number of notes can be added.
- Customise the background colour of the page and also the colour of the notes.
- The size of the note can be easily updated and can be dragged to any desired 
  location.
- The notes will stay in the exact position even after you exit and reopen.
- The application is lightweight and very fast
- A google search is also included with this application                    

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

Название Sticky Notes Sticky Notes
ID afdjehcoobjeopcnfdjncgjibchcomlg
Официальный URL https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg
Описание Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Размер файла 158 KB
Количество установок 1,000
Текущая Версия 1.0
Последнее Обновление 2018-12-18
Дата публикации 2018-12-18
Рейтинг 2.67/5 Всего 6 оценок
Разработчик Divin Divakaran
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.divindivakaran.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes",
    "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}