Pulse
Pulse
什么是Pulse?
Pulse是由esdh开发的Chrome扩展程序,该扩展的主要功能是“Pulse”。
扩展截图
下载Pulse扩展crx文件
下载Pulse扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pulse is a chrome extension that allows web3 community members to build and grow collective knowledge within a shared Community feed. Simply explore the web and when you come across an article, video or image that you'd like to share with your community, open the Pulse chrome extension and click 'Share' to send your Pulse on-chain and into your Community Feed.
扩展基本信息
名称 | Pulse |
ID | fgnondfomnmehmnjbaehclemjcjhodnd |
官方URL | https://chromewebstore.google.com/detail/pulse/fgnondfomnmehmnjbaehclemjcjhodnd |
简介 | Pulse |
文件大小 | 3.5 MB |
安装次数 | 49 |
当前版本 | 1.3.1 |
更新时间 | 2022-12-14 |
上架时间 | 2022-10-26 |
评分 | 5.00/5 共2次评分 |
开发者 | esdh |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.radardao.xyz |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pulse", "description": "Pulse", "version": "1.3.1", "action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "js\/backgroundPage.js" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "host_permissions": [ "https:\/\/*\/*" ], "permissions": [ "tabs", "activeTab", "storage" ] } |