Pins Peep 👀
Peep Pins on Pinterest
什么是Pins Peep 👀?
Pins Peep 👀是由https://glasp.co开发的Chrome扩展程序,该扩展的主要功能是“Peep Pins on Pinterest”。
扩展截图
下载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 👀 |
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" ] } |