Pulse

Pulse

Wat is Pulse?

Pulse is een Chrome-extensie ontwikkeld door esdh, en de belangrijkste functie is "Pulse".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pulse

Download Pulse-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pulse Pulse
ID fgnondfomnmehmnjbaehclemjcjhodnd
Officiële URL https://chromewebstore.google.com/detail/pulse/fgnondfomnmehmnjbaehclemjcjhodnd
Beschrijving Pulse
Bestandsgrootte 3.5 MB
Aantal Installaties 49
Huidige Versie 1.3.1
Laatst Bijgewerkt 2022-12-14
Publicatiedatum 2022-10-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar esdh
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.radardao.xyz
Ondersteunde Talen 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"
    ]
}