palm
the browser's missing explore tab
什麼是palm?
palm是由elliottcost開發的Chrome擴展程式,該擴展的主要功能是“the browser's missing explore tab”。
擴展截圖
下載palm擴展crx文件
下載palm擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | palm |
ID | ffnbnacibbojddfpdlghfhihjhomlglb |
官方網址 | https://chromewebstore.google.com/detail/palm/ffnbnacibbojddfpdlghfhihjhomlglb |
簡介 | the browser's missing explore tab |
檔案大小 | 14.2 KB |
安裝次數 | 43 |
目前版本 | 0.2 |
更新時間 | 2022-09-14 |
上架時間 | 2022-09-13 |
開發者 | elliottcost |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://elliott.computer/palm |
說明頁面URL | http://elliott.computer/palm |
支援的語言 | 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" } } |