palm

the browser's missing explore tab

palm란 무엇입니까?

palm은(는) elliottcost에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "the browser's missing explore tab"입니다.

확장 프로그램 스크린샷

screenshot

palm 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}