Poxi
The most customizable new tab startpage. A new homepage for your browser
Qu'est-ce que Poxi ?
Poxi est une extension Chrome développée par filiptangen98, et sa fonction principale est "The most customizable new tab startpage. A new homepage for your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Poxi
Téléchargez les fichiers d'extension Poxi 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
A new homepage for your browser. Customize your new tab startpage like never before with drag n drop. ☆☆ Key Features ☆☆ ✓ True drag n drop ✓ Multiplayer (Real-time collaboration) ✓ Google calendar integration ✓ Todolist ✓ Pomodoro timer ✓ Links ✓ Free
Informations de Base sur l'Extension
Nom | Poxi |
ID | ejampaojjebedeeochmaibfobgcndkpe |
URL Officiel | https://chromewebstore.google.com/detail/poxi/ejampaojjebedeeochmaibfobgcndkpe |
Description | The most customizable new tab startpage. A new homepage for your browser |
Taille du Fichier | 325 KB |
Nombre d'Installations | 117 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-09-12 |
Date de Publication | 2022-11-11 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | filiptangen98 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://poxi.so |
Langues Prises en Charge | en-US |
manifest.json | |
{ "name": "Poxi", "description": "The most customizable new tab startpage. A new homepage for your browser", "version": "1.0", "chrome_url_overrides": { "newtab": "dummy.html" }, "host_permissions": [ "https:\/\/poxi.page\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png" }, "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3 } |