palm
the browser's missing explore tab
Wat is palm?
palm is een Chrome-extensie ontwikkeld door elliottcost, en de belangrijkste functie is "the browser's missing explore tab".
Extensie Screenshots
Download het CRX-bestand van de extensie palm
Download palm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ffnbnacibbojddfpdlghfhihjhomlglb |
| Officiële URL | https://chromewebstore.google.com/detail/palm/ffnbnacibbojddfpdlghfhihjhomlglb |
| Beschrijving | the browser's missing explore tab |
| Bestandsgrootte | 14.2 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2022-09-14 |
| Publicatiedatum | 2022-09-13 |
| Ontwikkelaar | elliottcost |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://elliott.computer/palm |
| Help Pagina-URL | http://elliott.computer/palm |
| Ondersteunde Talen | 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"
}
} | |