Pulse
Pulse
What is Pulse?
Pulse is a Chrome extension developed by esdh, and its main feature is "Pulse".
Extension Screenshots
Download Pulse Extension CRX File
Download Pulse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Pulse |
ID | fgnondfomnmehmnjbaehclemjcjhodnd |
Official URL | https://chromewebstore.google.com/detail/pulse/fgnondfomnmehmnjbaehclemjcjhodnd |
Description | Pulse |
File Size | 3.5 MB |
Installation Count | 49 |
Current Version | 1.3.1 |
Last Updated | 2022-12-14 |
Publish Date | 2022-10-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | esdh |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.radardao.xyz |
Supported Languages | 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" ] } |