Cypher

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

Cypherคืออะไร?

Cypher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cypherpod.com และคุณลักษณะหลักของมันคือ "Browser Extension for Cypher (https://www.cypherpod.com/)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cypher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
        ]
    }
}