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
Eメール [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\/*"
    ]
}