Protopage Start Page

Protopage Start Page

O que é Protopage Start Page?

Protopage Start Page é uma extensão do Chrome desenvolvida por https://www.protopage.com, e sua principal característica é "Protopage Start Page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Protopage Start Page

Baixe arquivos de extensão Protopage Start Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Protopage Start Page Protopage Start Page
ID hjgoljmnaepbdpeadpciimeapgjadenc
URL Oficial https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc
Descrição Protopage Start Page
Tamanho do Arquivo 289 KB
Contagem de Instalações 10,000
Versão Atual 1.41
Última Atualização 2023-11-27
Data de Publicação 2018-09-09
Classificação 3.98/5 Total de 40 Avaliações
Desenvolvedor https://www.protopage.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.protopage.com
URL da Página de Ajuda https://www.protopage.com/_api/contact
URL da Página de Política de Privacidade https://www.protopage.com/web/privacy.html
Idiomas Suportados 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\/*"
    ]
}