Pulse

Pulse

Pulse là gì?

Pulse là một tiện ích mở rộng Chrome được phát triển bởi esdh, và tính năng chính của nó là "Pulse".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pulse

Tải xuống các tệp mở rộng Pulse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pulse Pulse
ID fgnondfomnmehmnjbaehclemjcjhodnd
URL Chính Thức https://chromewebstore.google.com/detail/pulse/fgnondfomnmehmnjbaehclemjcjhodnd
Mô tả Pulse
Kích Thước Tệp 3.5 MB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2022-10-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển esdh
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.radardao.xyz
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}