Protopage Start Page

Protopage Start Page

Wat is Protopage Start Page?

Protopage Start Page is een Chrome-extensie ontwikkeld door https://www.protopage.com, en de belangrijkste functie is "Protopage Start Page".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Protopage Start Page

Download Protopage Start Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Protopage Start Page Protopage Start Page
ID hjgoljmnaepbdpeadpciimeapgjadenc
Officiële URL https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc
Beschrijving Protopage Start Page
Bestandsgrootte 289 KB
Aantal Installaties 10,000
Huidige Versie 1.41
Laatst Bijgewerkt 2023-11-27
Publicatiedatum 2018-09-09
Beoordeling 3.98/5 Totaal 40 Beoordelingen
Ontwikkelaar https://www.protopage.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.protopage.com
Help Pagina-URL https://www.protopage.com/_api/contact
URL van de Privacybeleid Pagina https://www.protopage.com/web/privacy.html
Ondersteunde Talen 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\/*"
    ]
}