Low Poly Notes

Create notes and and choose aesthetic backgrounds with this minimalist dashboard that replaces the new tab page.

Что такое Low Poly Notes?

Low Poly Notes - это расширение Chrome, разработанное Lewisss, и его основная функция - "Create notes and and choose aesthetic backgrounds with this minimalist dashboard that replaces the new tab page.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replaces new tab page with a minimalist dashboard that will give you a fresh image each time the page is loaded. Pin an image to save it as your favourite, the favourite image will show each time the page is loaded. Add and edit notes by selecting the notes icon at the top left.







Info: These images were not created by me, if any of these images belong to you I will be happy to give credit or remove them!

Version 1.0.1: Minor fix
Version 1.0.2: Minor changes to text
Version 1.0.3: New notes are now being created at the top rather than the bottom of the list.
Version 1.0.4: Edit notes

---

Version 1.1.0 Now available!
-- Added a few more images
-- Added ability to put notes in a folder
-- Fixed issue with notes being deleted

Version 1.1.1: 
-- Fixed issue with folders being deleted when editing
-- Fixed issue with folder duplicating when renaming them
-- Fixed issue with notes disappearing depending on folder structure
-- Folders now stay in same position if renamed

Version 1.1.2:
--Fixed issue with existing notes not being shown from update

Version 1.1.3:
--Changed extension name and description                    

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

Название Low Poly Notes Low Poly Notes
ID jioiekpeoobdbkflepbcjgkienkfhfpb
Официальный URL https://chromewebstore.google.com/detail/low-poly-notes/jioiekpeoobdbkflepbcjgkienkfhfpb
Описание Create notes and and choose aesthetic backgrounds with this minimalist dashboard that replaces the new tab page.
Размер файла 13.73 MB
Количество установок 235
Текущая Версия 1.1.3
Последнее Обновление 2018-08-10
Дата публикации 2018-08-10
Рейтинг 4.63/5 Всего 19 оценок
Разработчик Lewisss
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Low Poly Notes",
    "description": "Create notes and and choose aesthetic backgrounds with this minimalist dashboard that replaces the new tab page.",
    "version": "1.1.3",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icons\/new-tab-icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}