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.
擴展基本資訊
名稱 | Cypher |
ID | meipmjcmeklghnkepenofkjmjepnadgn |
官方網址 | 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\/*" ] } } |