Cypher
Browser Extension for Cypher (https://www.cypherpod.com/)
什么是Cypher?
Cypher是由https://cypherpod.com开发的Chrome扩展程序,该扩展的主要功能是“Browser Extension for Cypher (https://www.cypherpod.com/)”。
扩展截图
下载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.                     扩展基本信息
| 名称 |   |  
| 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 | 
| 电子邮箱 | [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\/*"
        ]
    }
}  |  |