Cypher
Browser Extension for Cypher (https://www.cypherpod.com/)
Cypher là gì?
Cypher là một tiện ích mở rộng Chrome được phát triển bởi https://cypherpod.com, và tính năng chính của nó là "Browser Extension for Cypher (https://www.cypherpod.com/)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cypher
Tải xuống các tệp mở rộng Cypher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cypher |
ID | meipmjcmeklghnkepenofkjmjepnadgn |
URL Chính Thức | https://chromewebstore.google.com/detail/cypher/meipmjcmeklghnkepenofkjmjepnadgn |
Mô tả | Browser Extension for Cypher (https://www.cypherpod.com/) |
Kích Thước Tệp | 2.08 MB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2022-04-14 |
Ngày Phát Hành | 2022-01-12 |
Nhà Phát Triển | https://cypherpod.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.cypherpod.com |
URL Trang Chính Sách Bảo Mật | https://www.cypherpod.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |