Pulse

Pulse

Pulseคืออะไร?

Pulse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย esdh และคุณลักษณะหลักของมันคือ "Pulse"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pulse

ดาวน์โหลดไฟล์ส่วนขยาย Pulse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pulse Pulse
ID fgnondfomnmehmnjbaehclemjcjhodnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pulse/fgnondfomnmehmnjbaehclemjcjhodnd
คำอธิบาย Pulse
ขนาดไฟล์ 3.5 MB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2022-12-14
วันที่เผยแพร่ 2022-10-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา esdh
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.radardao.xyz
ภาษาที่รองรับ 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"
    ]
}