Pins Peep 👀

Peep Pins on Pinterest

Pins Peep 👀란 무엇입니까?

Pins Peep 👀은(는) https://glasp.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Peep Pins on Pinterest"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pins Peep 👀 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Pins Peep gives you instant, one-click access to the inspiration spread over Pinterest from anywhere on the web.                    

확장 프로그램 기본 정보

이름 Pins Peep 👀 Pins Peep 👀
ID mljhfhcinhgejjhkdnledhdiknkedipd
공식 URL https://chromewebstore.google.com/detail/pins-peep-%F0%9F%91%80/mljhfhcinhgejjhkdnledhdiknkedipd
설명 Peep Pins on Pinterest
파일 크기 66.49 KB
설치 횟수 139
현재 버전 1.0.2
최근 업데이트 2023-08-25
출시 날짜 2021-03-01
개발자 https://glasp.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.notion.so/Pins-Peep-3a3c25ac99844402a2b38e6f0e21d77d
개인정보 보호 정책 페이지 URL https://www.glasp.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pins Peep \ud83d\udc40",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Peep Pins on Pinterest",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "src\/images\/48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "src\/images\/16.png",
        "48": "src\/images\/48.png",
        "128": "src\/images\/128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}