Presence

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

什麼是Presence?

Presence是由North Of Summer, LLC開發的Chrome擴展程式,該擴展的主要功能是“Transform your new tab into a space for inspiration and reconnection.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Presence擴展crx文件

下載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
官方網址 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"
    ]
}