multipass

Unofficial 1Password keychain access on Linux

multipass क्या है?

multipass robbiev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial 1Password keychain access on Linux"।

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

screenshot

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

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

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

                        Unofficial extension for read-only access to your 1Password keychain, on Linux. Requires a backend component, see https://github.com/robbiev/multipass-chrome for instructions. You will obviously also want to use 1Password on another platform which you can purchase at https://agilebits.com/onepassword

This extension is for people who love 1Password on Mac but also use Linux, which it does not support at the moment.

Note that currently only the agile keychain format is supported.

This extension may or may not work for you. If anything goes wrong with your computer or your data I am not responsible. USE AT YOUR OWN RISK.

That said, the full source code is available and you are welcome to suggest or contribute improvements.                    

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

नाम multipass multipass
ID nogdingclealjiajkpbleapgdaakkpfl
आधिकारिक URL https://chromewebstore.google.com/detail/multipass/nogdingclealjiajkpbleapgdaakkpfl
विवरण Unofficial 1Password keychain access on Linux
फ़ाइल का आकार 40.47 KB
स्थापना संख्या 11
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-05-06
प्रकाशन तिथि 2014-05-06
डेवलपर robbiev
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://github.com/robbiev/multipass-chrome
सहायता पृष्ठ URL http://github.com/robbiev/multipass-chrome
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "multipass",
    "version": "1.1",
    "description": "Unofficial 1Password keychain access on Linux",
    "author": "Robbie Vanbrabant",
    "short_name": "multipass",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "nativeMessaging",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Ctrl+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            }
        }
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    }
}