Presence

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

Hvad er Presence?

Presence er en Chrome-udvidelse udviklet af North Of Summer, LLC, og dens hovedfunktion er "Transform your new tab into a space for inspiration and reconnection.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Presence-udvidelses-CRX-fil

Download Presence-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Presence Presence
ID mlklapmidnijmchcaiaocdefakmoefab
Officiel URL https://chromewebstore.google.com/detail/presence/mlklapmidnijmchcaiaocdefakmoefab
Beskrivelse Transform your new tab into a space for inspiration and reconnection.
Filstørrelse 8.41 MB
Antal Installationer 133
Nuværende Version 0.9.3.7
Senest Opdateret 2021-03-28
Udgivelsesdato 2019-11-10
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler North Of Summer, LLC
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://bringpresence.com
URL til Fortrolighedspolitik Side https://termsfeed.com/privacy-policy/e8f502a76ad4f51125074990bf64c4da
Understøttede Sprog 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"
    ]
}