Pulse

Pulse

Cos'è Pulse?

Pulse è un'estensione di Chrome sviluppata da esdh, e la sua funzione principale è "Pulse".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pulse

Scarica i file di estensione Pulse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pulse Pulse
ID fgnondfomnmehmnjbaehclemjcjhodnd
URL Ufficiale https://chromewebstore.google.com/detail/pulse/fgnondfomnmehmnjbaehclemjcjhodnd
Descrizione Pulse
Dimensione del File 3.5 MB
Conteggio Installazioni 49
Versione Corrente 1.3.1
Ultimo Aggiornamento 2022-12-14
Data di Pubblicazione 2022-10-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore esdh
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.radardao.xyz
Lingue Supportate 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"
    ]
}