Portal - My Personal Home Page

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

Portal - My Personal Home Page란 무엇입니까?

Portal - My Personal Home Page은(는) Privoce에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access."입니다.

확장 프로그램 스크린샷

screenshot

Portal - My Personal Home Page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Portal - My Personal Home Page Portal - My Personal Home Page
ID hgnjlipnmpimoblkbbhkkcfihfchojno
공식 URL https://chromewebstore.google.com/detail/portal-my-personal-home-p/hgnjlipnmpimoblkbbhkkcfihfchojno
설명 Google Calendar Preview, Notes, History, Bookmarks, Tab Management, Time, Weather, Quick Access.
파일 크기 1.5 MB
설치 횟수 10
현재 버전 1.0.4
최근 업데이트 2021-01-26
출시 날짜 2020-12-20
평점 5.00/5 총 4 개의 평점
개발자 Privoce
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://privoce.com/AloraPrivacyPolicy
지원되는 언어 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"
    }
}