Protopage Start Page

Protopage Start Page

Cos'è Protopage Start Page?

Protopage Start Page è un'estensione di Chrome sviluppata da https://www.protopage.com, e la sua funzione principale è "Protopage Start Page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Protopage Start Page

Scarica i file di estensione Protopage Start Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Protopage Start Page Protopage Start Page
ID hjgoljmnaepbdpeadpciimeapgjadenc
URL Ufficiale https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc
Descrizione Protopage Start Page
Dimensione del File 289 KB
Conteggio Installazioni 10,000
Versione Corrente 1.41
Ultimo Aggiornamento 2023-11-27
Data di Pubblicazione 2018-09-09
Valutazione 3.98/5 Totale 40 Valutazioni
Sviluppatore https://www.protopage.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.protopage.com
URL della Pagina di Aiuto https://www.protopage.com/_api/contact
URL della Pagina della Politica sulla Privacy https://www.protopage.com/web/privacy.html
Lingue Supportate 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\/*"
    ]
}