Orion NFT
Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.
Orion NFTとは何ですか?
Orion NFTはsandgineによって開発されたChromeの拡張機能で、その主な機能は「Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.」です。
拡張機能のスクリーンショット
Orion NFT拡張機能のCRXファイルをダウンロード
Orion NFT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Orion NFT the first extension to increase your flip on Opensea.
Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance. 拡張機能の基本情報
| 名前 | |
| ID | chifiemgnomlmdcnfelomkihkeapkedi |
| 公式URL | https://chromewebstore.google.com/detail/orion-nft/chifiemgnomlmdcnfelomkihkeapkedi |
| 説明 | Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance. |
| ファイルサイズ | 584 KB |
| インストール数 | 46 |
| 現在のバージョン | 0.0.4 |
| 最終更新日 | 2022-07-29 |
| 公開日 | 2022-06-17 |
| 開発者 | sandgine |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://orionnft.surge.sh |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Orion NFT",
"version": "0.0.4",
"description": "Visualize directly on the collection pages their evolution with sales and listings, save collection to monitor them at a glance.",
"action": {
"default_icon": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"default_title": "Orion NFT",
"default_popup": "popup\/index.html"
},
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/opensea.io\/collection\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/import-main.js"
]
},
{
"matches": [
"https:\/\/etherscan.io\/address\/*"
],
"run_at": "document_start",
"js": [
"etherscan-script\/import-main.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"chunks\/*-*.js",
"content-scripts\/main.js",
"etherscan-script\/main.js"
],
"matches": [
"https:\/\/opensea.io\/*",
"https:\/\/etherscan.io\/*"
]
}
]
} | |