Protopage Start Page
Protopage Start Page
Qu'est-ce que Protopage Start Page ?
Protopage Start Page est une extension Chrome développée par https://www.protopage.com, et sa fonction principale est "Protopage Start Page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Protopage Start Page
Téléchargez les fichiers d'extension Protopage Start Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Protopage Start Page |
ID | hjgoljmnaepbdpeadpciimeapgjadenc |
URL Officiel | https://chromewebstore.google.com/detail/protopage-start-page/hjgoljmnaepbdpeadpciimeapgjadenc |
Description | Protopage Start Page |
Taille du Fichier | 289 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.41 |
Dernière Mise à Jour | 2023-11-27 |
Date de Publication | 2018-09-09 |
Évaluation | 3.98/5 Total 40 Évaluations |
Développeur | https://www.protopage.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.protopage.com |
URL de la Page d'Aide | https://www.protopage.com/_api/contact |
URL de la Page de Politique de Confidentialité | https://www.protopage.com/web/privacy.html |
Langues Prises en Charge | 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\/*" ] } |