OrdinalSafe
Inscription aware extension wallet for Bitcoin
Что такое OrdinalSafe?
OrdinalSafe - это расширение Chrome, разработанное https://ordinalsafe.xyz, и его основная функция - "Inscription aware extension wallet for Bitcoin".
Снимки экрана расширения
Скачать файл CRX расширения OrdinalSafe
Скачайте файлы расширений OrdinalSafe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Introducing trustless inscribing on OrdinalSafe! (No need to run a node!) You can now inscribe for free! Cheaper and safer than every other service 😉 OrdinalSafe is the first Inscription aware wallet that is solely built for Ordinals. OrdinalSafe offers an easy and self-custodial way to send, receive, and store BTC and Ordinals NFTs, providing a secure and streamlined experience for users. You can see all of your NFTs and BTC on a single address. You can connect to all Ordinals marketplaces and exchanges. What is new on OrdinalSafe? - Trustless Inscribing - Sign PSBT's - Trustless Swaps - Know what you sign - Log in with OrdinalSafe (BIP322 compliant)
Основная информация о расширении
Название | OrdinalSafe |
ID | coefgobimbelhfmhkpndlddjhkphgnep |
Официальный URL | https://chromewebstore.google.com/detail/ordinalsafe/coefgobimbelhfmhkpndlddjhkphgnep |
Описание | Inscription aware extension wallet for Bitcoin |
Размер файла | 1006 KB |
Количество установок | 10,094 |
Текущая Версия | 0.1.1.8 |
Последнее Обновление | 2023-07-31 |
Дата публикации | 2023-03-16 |
Рейтинг | 4.43/5 Всего 7 оценок |
Разработчик | https://ordinalsafe.xyz |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ordinalsafe.xyz |
URL страницы помощи | https://ordinalsafe.xyz |
URL страницы политики конфиденциальности | https://chainway.xyz/ordinalsafe_privacy_policy.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Inscription aware extension wallet for Bitcoin", "version": "0.1.1.8", "manifest_version": 3, "name": "OrdinalSafe", "permissions": [ "storage", "tabs", "favicon" ], "chrome_url_overrides": [], "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |