Zora

Explore Ethereum

What is Zora?

Zora is a Chrome extension developed by https://zora.co, and its main feature is "Explore Ethereum".

Extension Screenshots

screenshot

Download Zora Extension CRX File

Download Zora extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Type +++ in your search bar to Explore Ethereum. 

+++ to search anything
+++name.ens will take you directly to a profile
+++create to create an edition


Enjoy!                    

Extension Basic Information

Name Zora Zora
ID pnamkonjmokgiabilpahdlomhiapfjkg
Official URL https://chromewebstore.google.com/detail/zora/pnamkonjmokgiabilpahdlomhiapfjkg
Description Explore Ethereum
File Size 30.44 KB
Installation Count 254
Current Version 0.0.0.22
Last Updated 2023-08-26
Publish Date 2023-08-21
Rating 5.00/5 Total 2 Ratings
Developer https://zora.co
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zora",
    "description": "Explore Ethereum",
    "version": "0.0.0.22",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "+++"
    }
}