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