palm
the browser's missing explore tab
What is palm?
palm is a Chrome extension developed by elliottcost, and its main feature is "the browser's missing explore tab".
Extension Screenshots
Download palm Extension CRX File
Download palm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | palm |
ID | ffnbnacibbojddfpdlghfhihjhomlglb |
Official URL | https://chromewebstore.google.com/detail/palm/ffnbnacibbojddfpdlghfhihjhomlglb |
Description | the browser's missing explore tab |
File Size | 14.2 KB |
Installation Count | 43 |
Current Version | 0.2 |
Last Updated | 2022-09-14 |
Publish Date | 2022-09-13 |
Developer | elliottcost |
[email protected] | |
Payment Type | free |
Extension Website | http://elliott.computer/palm |
Help Page URL | http://elliott.computer/palm |
Supported Languages | 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" } } |