Pincone
Share links and knowledge, privately or with a team.
什么是Pincone?
Pincone是由Pincone开发的Chrome扩展程序,该扩展的主要功能是“Share links and knowledge, privately or with a team.”。
扩展截图
下载Pincone扩展crx文件
下载Pincone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Pincone extension allows you to easily grab any link in your browser and add it to your Pincone, without visiting the Pincone website, so you can easily get back to it later. The extension requires having a Pincone account, which you can create on pincone.com.
扩展基本信息
名称 | Pincone |
ID | bnlpgjafpbnkffiieggbbfikiagiolaf |
官方URL | https://chromewebstore.google.com/detail/pincone/bnlpgjafpbnkffiieggbbfikiagiolaf |
简介 | Share links and knowledge, privately or with a team. |
文件大小 | 299 KB |
安装次数 | 190 |
当前版本 | 1.3.0 |
更新时间 | 2023-02-02 |
上架时间 | 2021-01-20 |
评分 | 4.33/5 共3次评分 |
开发者 | Pincone |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pincone.com/ |
帮助页面URL | https://pincone.com/support |
隐私政策页面URL | https://pincone.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pincone", "description": "Share links and knowledge, privately or with a team.", "version": "1.3.0", "options_ui": { "open_in_tab": true, "page": "options.html" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icon16_light.png", "32": "icon32_light.png", "48": "icon48_light.png", "96": "icon96_light.png", "128": "icon128_light.png" }, "host_permissions": [ "http:\/\/localhost:3000\/graphql", " |