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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
        ]
    }
}