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