palm
the browser's missing explore tab
Vad är palm?
palm är en Chrome-tillägg utvecklad av elliottcost, och dess huvudfunktion är "the browser's missing explore tab".
Tilläggsskärmbilder
Ladda ner palm-förlängningens CRX-fil
Ladda ner palm-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | palm |
ID | ffnbnacibbojddfpdlghfhihjhomlglb |
Officiell webbadress | https://chromewebstore.google.com/detail/palm/ffnbnacibbojddfpdlghfhihjhomlglb |
Beskrivning | the browser's missing explore tab |
Filstorlek | 14.2 KB |
Antal Installationer | 43 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2022-09-14 |
Publiceringsdatum | 2022-09-13 |
Utvecklare | elliottcost |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://elliott.computer/palm |
Hjälpsida URL | http://elliott.computer/palm |
Stödda Språk | 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" } } |