NeoLine
NEO thin wallet for chrome extension
什麼是NeoLine?
NeoLine是由https://neoline.io開發的Chrome擴展程式,該擴展的主要功能是“NEO thin wallet for chrome extension”。
擴展截圖
下載NeoLine擴展crx文件
下載NeoLine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
NeoLine is a thin wallet chrome extension, it provides dapis for developers who want to interact easily with NEO blockchain. 擴展基本資訊
| 名稱 | |
| ID | cphhlgmgameodnhkjdmkpanlelnlohao |
| 官方網址 | https://chromewebstore.google.com/detail/neoline/cphhlgmgameodnhkjdmkpanlelnlohao |
| 簡介 | NEO thin wallet for chrome extension |
| 檔案大小 | 4.03 MB |
| 安裝次數 | 30,000 |
| 目前版本 | 4.0.6 |
| 更新時間 | 2023-11-20 |
| 上架時間 | 2020-06-28 |
| 評分 | 3.00/5 共 36 次評分 |
| 開發者 | https://neoline.io |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://neoline.io |
| 隱私政策頁面URL | https://neoline.io/en/privacy |
| 支援的語言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NeoLine",
"description": "NEO thin wallet for chrome extension",
"version": "4.0.6",
"manifest_version": 3,
"action": {
"default_popup": "index.html#popup",
"default_icon": "assets\/logo128.png"
},
"default_locale": "en",
"commands": [],
"icons": {
"16": "assets\/logo16.png",
"48": "assets\/logo48.png",
"128": "assets\/logo128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"neoline.js",
"neolineN3.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dapi.js",
"dapiN3.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"extension_ids": []
}
],
"permissions": [
"storage",
"notifications",
"activeTab",
"alarms"
],
"background": {
"service_worker": "background.js"
},
"externally_connectable": {
"matches": [
"https:\/\/neoline.cn\/*"
],
"ids": [
"*"
]
},
"content_security_policy": {
"extension_pages": "frame-ancestors 'none'; script-src 'self'; object-src 'self'"
},
"minimum_chrome_version": "88"
} | |