palm
the browser's missing explore tab
Hvad er palm?
palm er en Chrome-udvidelse udviklet af elliottcost, og dens hovedfunktion er "the browser's missing explore tab".
Udvidelsesskærmbilleder
Download palm-udvidelses-CRX-fil
Download palm-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | palm |
ID | ffnbnacibbojddfpdlghfhihjhomlglb |
Officiel URL | https://chromewebstore.google.com/detail/palm/ffnbnacibbojddfpdlghfhihjhomlglb |
Beskrivelse | the browser's missing explore tab |
Filstørrelse | 14.2 KB |
Antal Installationer | 43 |
Nuværende Version | 0.2 |
Senest Opdateret | 2022-09-14 |
Udgivelsesdato | 2022-09-13 |
Udvikler | elliottcost |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://elliott.computer/palm |
Hjælpeside-URL | http://elliott.computer/palm |
Understøttede Sprog | 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" } } |