multipass
Unofficial 1Password keychain access on Linux
什麼是multipass?
multipass是由robbiev開發的Chrome擴展程式,該擴展的主要功能是“Unofficial 1Password keychain access on Linux”。
擴展截圖
下載multipass擴展crx文件
下載multipass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | nogdingclealjiajkpbleapgdaakkpfl |
官方網址 | 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" } } } |