palm
the browser's missing explore tab
Was ist palm?
palm ist eine Chrome-Erweiterung, die von elliottcost entwickelt wurde, und ihr Hauptmerkmal ist "the browser's missing explore tab".
Erweiterungsscreenshots
palm-Erweiterungs-CRX-Datei herunterladen
Laden Sie palm-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
It's difficult to explore the web and find sites with that human touch. Palm adds a curated selection of handmade websites to your browser.
Grundlegende Informationen zur Erweiterung
Name | palm |
ID | ffnbnacibbojddfpdlghfhihjhomlglb |
Offizielle URL | https://chromewebstore.google.com/detail/palm/ffnbnacibbojddfpdlghfhihjhomlglb |
Beschreibung | the browser's missing explore tab |
Dateigröße | 14.2 KB |
Installationsanzahl | 43 |
Aktuelle Version | 0.2 |
Letztes Update | 2022-09-14 |
Veröffentlichungsdatum | 2022-09-13 |
Entwickler | elliottcost |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://elliott.computer/palm |
Hilfeseite URL | http://elliott.computer/palm |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "palm", "manifest_version": 3, "version": "0.2", "description": "the browser's missing explore tab", "action": { "default_popup": "palm.html" }, "background": { "service_worker": "script.js" }, "icons": { "48": "images\/icon-32-light.png", "96": "images\/icon-32-light.png" } } |