Protopage Start Page

Protopage Start Page

Co to jest Protopage Start Page?

Protopage Start Page to rozszerzenie Chrome opracowane przez https://www.protopage.com, a jego główną funkcją jest „Protopage Start Page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Protopage Start Page

Pobierz pliki rozszerzeń Protopage Start Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Protopage Start Page Protopage Start Page
ID hjgoljmnaepbdpeadpciimeapgjadenc
Oficjalny URL https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc
Opis Protopage Start Page
Rozmiar pliku 289 KB
Liczba instalacji 10,000
Aktualna Wersja 1.41
Ostatnia Aktualizacja 2023-11-27
Data Publikacji 2018-09-09
Ocena 3.98/5 Łącznie 40 Oceny
Deweloper https://www.protopage.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.protopage.com
Adres URL Strony Pomocy https://www.protopage.com/_api/contact
Adres URL Strony Polityki Prywatności https://www.protopage.com/web/privacy.html
Obsługiwane Języki 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\/*"
    ]
}