Pincone

Share links and knowledge, privately or with a team.

什麼是Pincone?

Pincone是由Pincone開發的Chrome擴展程式,該擴展的主要功能是“Share links and knowledge, privately or with a team.”。

擴展截圖

screenshot

下載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 Pincone
ID bnlpgjafpbnkffiieggbbfikiagiolaf
官方網址 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",
        ""
    ],
    "permissions": [
        "scripting",
        "storage"
    ]
}