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文件

下載Protopage Start Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}