Pulse
Pulse
Pulseとは何ですか?
Pulseはesdhによって開発されたChromeの拡張機能で、その主な機能は「Pulse」です。
拡張機能のスクリーンショット
Pulse拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |