Presence

Transform your new tab into a space for inspiration and reconnection.

Что такое Presence?

Presence - это расширение Chrome, разработанное North Of Summer, LLC, и его основная функция - "Transform your new tab into a space for inspiration and reconnection.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Presence replaces your new tab page with a beautiful image and gives you a place to set your intent, mantra or an inspiring quote.

Each time you open a new tab this reminder will prompt you to take a moment out of your busy day to pause, reflect and recenter.

Presence also includes an optional audio reminder, like the soothing sound of gentle waves on a tropical beach, to bring those moments of pause and introspection throughout your day.


Presence's Manifesto
--------------------

Presence is a space for you to pause for a moment and come back to yourself.

Use it like you would sit contemplatively on the beach - click on the background, close your eyes and let the sound of waves bring you back to yourself.

Turn on the reminder and let the sound of the waves come to you throughout your day, a gentle auditory cue to return to your real focus.

Everyday it will bring you a new, inspiring background and remind you of your intent.

Welcome to Presence. We hope it transforms your life.                    

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

Название Presence Presence
ID mlklapmidnijmchcaiaocdefakmoefab
Официальный URL https://chromewebstore.google.com/detail/presence/mlklapmidnijmchcaiaocdefakmoefab
Описание Transform your new tab into a space for inspiration and reconnection.
Размер файла 8.41 MB
Количество установок 133
Текущая Версия 0.9.3.7
Последнее Обновление 2021-03-28
Дата публикации 2019-11-10
Рейтинг 5.00/5 Всего 8 оценок
Разработчик North Of Summer, LLC
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://bringpresence.com
URL страницы политики конфиденциальности https://termsfeed.com/privacy-policy/e8f502a76ad4f51125074990bf64c4da
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Presence",
    "short_name": "Presence",
    "author": "North Of Summer",
    "description": "Transform your new tab into a space for inspiration and reconnection.",
    "version": "0.9.3.7",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "page": "lib\/background\/controller.html"
    },
    "chrome_url_overrides": {
        "newtab": "lib\/index.html"
    },
    "browser_action": {
        "default_title": "Presence"
    },
    "permissions": [
        "activeTab",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        "assets\/collection.json"
    ]
}