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 |
官方網址 | 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" ] } |