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 |
Eメール | [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" ] } |