Urbit Visor

Transforms your web browser into a first class Urbit client.

Urbit Visor क्या है?

Urbit Visor dcSpark द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transforms your web browser into a first class Urbit client."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Urbit Visor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Urbit Visor is an extension which transforms your web browser into a first class Urbit client. Its goal is to allow existing web tech to seamlessly integrate together with the novel functionality of Urbit.                    

एक्सटेंशन की मूल जानकारी

नाम Urbit Visor Urbit Visor
ID oadimaacghcacmfipakhadejgalcaepg
आधिकारिक URL https://chromewebstore.google.com/detail/urbit-visor/oadimaacghcacmfipakhadejgalcaepg
विवरण Transforms your web browser into a first class Urbit client.
फ़ाइल का आकार 2.19 MB
स्थापना संख्या 327
वर्तमान संस्करण 0.4.2
अंतिम अपडेट 2022-05-03
प्रकाशन तिथि 2021-10-26
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर dcSpark
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://urbitvisor.com
गोपनीयता नीति पृष्ठ URL https://dcspark.io/legal/privacy
समर्थित भाषाएँ en
manifest.json
{
    "name": "Urbit Visor",
    "description": "Transforms your web browser into a first class Urbit client.",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm5XZIjmISeYdECai228Nz5DKO7nA3MN5FWwsg5kImRjAZcWbNBG4ywJhwo7UjUErljng5wrerJATFhcxlXYfkSGR6gfV3sk4j+twm0PxlQXge8w0e24S55j6lk2vNHA3AwfnI8\/wl3kI1CqWK6YqtSL7lDWw5inVvz3JH9w4fvXPlQpBkU52BDEE6dQQ3npscdh05\/aBmOiHGev+Q1D5NCbh7TJQaXDE30ApS4u6bwr1rQrSXjc2Hcy\/8yiLvAmzLNOG6fAGMUIUdrMweqgmgKxKF1+v4i+fkNy4jZF2rLMZRqKzLrDF7Ov60TYt+hFC+IriOUVzemg7h4QQR+51ZQIDAQAB",
    "version": "0.4.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup.html",
        "launcher.html"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+U",
                "mac": "Ctrl+Shift+U",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+U"
            }
        },
        "command-launcher": {
            "suggested_key": {
                "windows": "Ctrl+Comma",
                "mac": "Command+Comma",
                "chromeos": "Ctrl+Comma",
                "linux": "Ctrl+Comma"
            },
            "description": "UV command launcher"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*\/_generated_background_page.html"
    ]
}