Hive dApp Menu
Hive dApp Menu is a collection of shortcuts to useful Hive blockchain apps.
O que é Hive dApp Menu?
Hive dApp Menu é uma extensão do Chrome desenvolvida por hivetrending, e sua principal característica é "Hive dApp Menu is a collection of shortcuts to useful Hive blockchain apps.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hive dApp Menu
Baixe arquivos de extensão Hive dApp Menu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Hive is much bigger than you think! Hive has so much to offer, so here's a menu of useful stuff to try out. Hive Menu saves your favorites and recently visited Hive apps so you can quickly find them again. The Pizza Menu extension is geared towards new Hivers. It helps with discovery and quick reference for the many web apps outside of Hive.blog. It is a collection of shortcuts to useful Hive blockchain web apps. As the explosion of Hive blockchain app development continues, new apps will be added to the menu. The Pizza Menu includes several apps which require authentication. This extension pairs well with the Hive Keychain extension.
Informações Básicas da Extensão
Nome | Hive dApp Menu |
ID | dbikjmkkbcjpcnjbhihmlbjdcjcaoaad |
URL Oficial | https://chromewebstore.google.com/detail/hive-dapp-menu/dbikjmkkbcjpcnjbhihmlbjdcjcaoaad |
Descrição | Hive dApp Menu is a collection of shortcuts to useful Hive blockchain apps. |
Tamanho do Arquivo | 5.13 MB |
Contagem de Instalações | 154 |
Versão Atual | 0.0.0.9 |
Última Atualização | 2021-12-02 |
Data de Publicação | 2021-05-03 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | hivetrending |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://hive.pizza |
URL da Página de Política de Privacidade | https://github.com/hiveuprss/hive-fishy/blob/master/PRIVACY |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hive dApp Menu", "version": "0.0.0.9", "description": "Hive dApp Menu is a collection of shortcuts to useful Hive blockchain apps.", "icons": { "128": "assets\/pizza_team_logo_new.png" }, "action": { "default_title": "Start", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" } } |