NftBiker Tools
Get access to nftbiker tezos tools directly from supported platforms.
什麼是NftBiker Tools?
NftBiker Tools是由https://nftbiker.xyz開發的Chrome擴展程式,該擴展的主要功能是“Get access to nftbiker tezos tools directly from supported platforms.”。
擴展截圖
下載NftBiker Tools擴展crx文件
下載NftBiker Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get access to NftBiker tezos tools directly from supported platforms site (teia, versum, objkt, fxhash) through a contextual menu that you can use to check artist summary, gallery, linked wallets, objkt history, etc 擴展基本資訊
| 名稱 | |
| ID | gfgcdjnmaabfoknldpknfajhgkiofild |
| 官方網址 | https://chromewebstore.google.com/detail/nftbiker-tools/gfgcdjnmaabfoknldpknfajhgkiofild |
| 簡介 | Get access to nftbiker tezos tools directly from supported platforms. |
| 檔案大小 | 177 KB |
| 安裝次數 | 77 |
| 目前版本 | 1.5 |
| 更新時間 | 2023-09-11 |
| 上架時間 | 2022-12-19 |
| 開發者 | https://nftbiker.xyz |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://nftbiker.xyz |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NftBiker Tools",
"version": "1.5",
"description": "Get access to nftbiker tezos tools directly from supported platforms.",
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"contextMenus"
],
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"homepage_url": "https:\/\/nftbiker.xyz\/"
} | |