Protopage Start Page

Protopage Start Page

Protopage Start Page란 무엇입니까?

Protopage Start Page은(는) https://www.protopage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protopage Start Page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Protopage Start Page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Protopage is your own personal start page. 

It can import news headlines from almost any web site. Read your own selection of news and blogs, keep bookmarks, to-do lists, sticky notes, and much more.

This extension gives you quick access to your Protopage, and lets you easily add news feeds and bookmarks to your start page from any site web site that you are visiting in your web browser.

Privacy assurance

This extension does not disclose your web browsing activity in any way to any party, and is never transmitted outside of your computer. This extension is designed solely to give you easy access to your Protopage start page and to help you add bookmarks and news feeds to your Protopage.                    

확장 프로그램 기본 정보

이름 Protopage Start Page Protopage Start Page
ID hjgoljmnaepbdpeadpciimeapgjadenc
공식 URL https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc
설명 Protopage Start Page
파일 크기 289 KB
설치 횟수 10,000
현재 버전 1.41
최근 업데이트 2023-11-27
출시 날짜 2018-09-09
평점 3.98/5 총 40 개의 평점
개발자 https://www.protopage.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.protopage.com
도움말 페이지 URL https://www.protopage.com/_api/contact
개인정보 보호 정책 페이지 URL https://www.protopage.com/web/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Protopage Start Page",
    "description": "Protopage Start Page",
    "version": "1.41",
    "icons": {
        "128": "images\/extension-icon128.png",
        "48": "images\/extension-icon48.png",
        "16": "images\/extension-icon16.png"
    },
    "incognito": "split",
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "storage",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.protopage.com\/*"
            ],
            "js": [
                "ext-pp-concatenated-sources-contentscript-protopage.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "ext-pp-concatenated-sources-background.js"
    },
    "host_permissions": [
        "*:\/\/*.protopage.com\/*"
    ]
}