Presence

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

Apa itu Presence?

Presence adalah ekstensi Chrome yang dikembangkan oleh North Of Summer, LLC, dan fitur utamanya adalah "Transform your new tab into a space for inspiration and reconnection.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Presence

Unduh file ekstensi Presence dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Presence Presence
ID mlklapmidnijmchcaiaocdefakmoefab
URL Resmi https://chromewebstore.google.com/detail/presence/mlklapmidnijmchcaiaocdefakmoefab
Deskripsi Transform your new tab into a space for inspiration and reconnection.
Ukuran File 8.41 MB
Jumlah Instalasi 133
Versi Saat Ini 0.9.3.7
Terakhir Diperbarui 2021-03-28
Tanggal Publikasi 2019-11-10
Penilaian 5.00/5 Total 8 Penilaian
Pengembang North Of Summer, LLC
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://bringpresence.com
URL Halaman Kebijakan Privasi https://termsfeed.com/privacy-policy/e8f502a76ad4f51125074990bf64c4da
Bahasa yang Didukung 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"
    ]
}