Portal - My Personal Home Page

Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.

Was ist Portal - My Personal Home Page?

Portal - My Personal Home Page ist eine Chrome-Erweiterung, die von Privoce entwickelt wurde, und ihr Hauptmerkmal ist "Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.".

Erweiterungsscreenshots

screenshot

Portal - My Personal Home Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Portal - My Personal Home Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A personal browser new tab home page with widgets. Quick access to frequently used web apps, manage windows and tabs as workspaces, preview google calendars, and take notes.                    

Grundlegende Informationen zur Erweiterung

Name Portal - My Personal Home Page Portal - My Personal Home Page
ID hgnjlipnmpimoblkbbhkkcfihfchojno
Offizielle URL https://chromewebstore.google.com/detail/portal-my-personal-home-p/hgnjlipnmpimoblkbbhkkcfihfchojno
Beschreibung Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.
Dateigröße 1.5 MB
Installationsanzahl 10
Aktuelle Version 1.0.4
Letztes Update 2021-01-26
Veröffentlichungsdatum 2020-12-20
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Privoce
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://privoce.com/AloraPrivacyPolicy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Portal - My Personal Home Page",
    "version": "1.0.4",
    "description": "Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.",
    "permissions": [
        "tabs",
        "storage",
        "history",
        "chrome:\/\/favicon\/",
        "*:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/; object-src 'self'; img-src https: data: http: chrome:;",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    }
}