Pulse

Pulse

Vad är Pulse?

Pulse är en Chrome-tillägg utvecklad av esdh, och dess huvudfunktion är "Pulse".

Tilläggsskärmbilder

screenshot

Ladda ner Pulse-förlängningens CRX-fil

Ladda ner Pulse-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pulse Pulse
ID fgnondfomnmehmnjbaehclemjcjhodnd
Officiell webbadress https://chromewebstore.google.com/detail/pulse/fgnondfomnmehmnjbaehclemjcjhodnd
Beskrivning Pulse
Filstorlek 3.5 MB
Antal Installationer 49
Aktuell Version 1.3.1
Senast Uppdaterad 2022-12-14
Publiceringsdatum 2022-10-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare esdh
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.radardao.xyz
Stödda Språk 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"
    ]
}