Pins Peep 👀

Peep Pins on Pinterest

什麼是Pins Peep 👀?

Pins Peep 👀是由https://glasp.co開發的Chrome擴展程式,該擴展的主要功能是“Peep Pins on Pinterest”。

擴展截圖

screenshot
screenshot
screenshot

下載Pins Peep 👀擴展crx文件

下載Pins Peep 👀擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}