Cypher

Browser Extension for Cypher (https://www.cypherpod.com/)

Cypherとは何ですか?

Cypherはhttps://cypherpod.comによって開発されたChromeの拡張機能で、その主な機能は「Browser Extension for Cypher (https://www.cypherpod.com/)」です。

拡張機能のスクリーンショット

screenshot
screenshot

Cypher拡張機能のCRXファイルをダウンロード

Cypher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quickly add your favorite videos, podcasts, articles, and websites to Cypher. Join a growing community of learning enthusiasts that dive deep into the latest content.                    

拡張機能の基本情報

名前 Cypher Cypher
ID meipmjcmeklghnkepenofkjmjepnadgn
公式URL https://chromewebstore.google.com/detail/cypher/meipmjcmeklghnkepenofkjmjepnadgn
説明 Browser Extension for Cypher (https://www.cypherpod.com/)
ファイルサイズ 2.08 MB
インストール数 27
現在のバージョン 0.1.7
最終更新日 2022-04-14
公開日 2022-01-12
開発者 https://cypherpod.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.cypherpod.com
プライバシーポリシーページのURL https://www.cypherpod.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cypher",
    "description": "Browser Extension for Cypher (https:\/\/www.cypherpod.com\/)",
    "version": "0.1.7",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "\/assets\/icon-color.png",
        "48": "\/assets\/icon-color.png",
        "128": "\/assets\/icon-color.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.cypherpod.com\/*"
        ]
    }
}