palm

the browser's missing explore tab

什么是palm?

palm是由elliottcost开发的Chrome扩展程序,该扩展的主要功能是“the browser's missing explore tab”。

扩展截图

screenshot

下载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 palm
ID ffnbnacibbojddfpdlghfhihjhomlglb
官方URL 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"
    }
}