Pulse

Pulse

Apa itu Pulse?

Pulse adalah ekstensi Chrome yang dikembangkan oleh esdh, dan fitur utamanya adalah "Pulse".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pulse

Unduh file ekstensi Pulse dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pulse Pulse
ID fgnondfomnmehmnjbaehclemjcjhodnd
URL Resmi https://chromewebstore.google.com/detail/pulse/fgnondfomnmehmnjbaehclemjcjhodnd
Deskripsi Pulse
Ukuran File 3.5 MB
Jumlah Instalasi 49
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2022-12-14
Tanggal Publikasi 2022-10-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang esdh
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.radardao.xyz
Bahasa yang Didukung 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"
    ]
}