Protopage Start Page
Protopage Start Page
Was ist Protopage Start Page?
Protopage Start Page ist eine Chrome-Erweiterung, die von https://www.protopage.com entwickelt wurde, und ihr Hauptmerkmal ist "Protopage Start Page".
Erweiterungsscreenshots
Protopage Start Page-Erweiterungs-CRX-Datei herunterladen
Laden Sie Protopage Start Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Protopage Start Page |
ID | hjgoljmnaepbdpeadpciimeapgjadenc |
Offizielle URL | https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc |
Beschreibung | Protopage Start Page |
Dateigröße | 289 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.41 |
Letztes Update | 2023-11-27 |
Veröffentlichungsdatum | 2018-09-09 |
Bewertung | 3.98/5 Insgesamt 40 Bewertungen |
Entwickler | https://www.protopage.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.protopage.com |
Hilfeseite URL | https://www.protopage.com/_api/contact |
URL der Datenschutzrichtlinien-Seite | https://www.protopage.com/web/privacy.html |
Unterstützte Sprachen | 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\/*" ] } |