Cockatoo

Secure password aggregator.

什么是Cockatoo?

Cockatoo是由https://cctoo.org开发的Chrome扩展程序,该扩展的主要功能是“Secure password aggregator.”。

扩展截图

screenshot
screenshot
screenshot

下载Cockatoo扩展crx文件

下载Cockatoo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Secure password aggregator - a simple tool that can derive strong passwords for your numerous web accounts. From now on a single secret gesture is all you need to remember. By using a cryptographic hash function and additional information you provide (the site name and, optionally, the hash salt), this extension turns your single secret gesture (or a master-password) into a particular password for any website you need. Then, it just puts the result in an active input field in your open browser tab. Everything works in a fully autonomous manner on your device - it doesn't keep information neither locally nor sends it anywhere.                    

扩展基本信息

名称 Cockatoo Cockatoo
ID hbalpgjjkdhnenebiafhnjmcpjnmhpkh
官方URL https://chromewebstore.google.com/detail/cockatoo/hbalpgjjkdhnenebiafhnjmcpjnmhpkh
简介 Secure password aggregator.
文件大小 411 KB
安装次数 43
当前版本 4.4
更新时间 2021-06-03
上架时间 2019-09-28
评分 5.00/5 共2次评分
开发者 https://cctoo.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cctoo.org/ccstart.html
帮助页面URL https://cctoo.org/autnotes.html
隐私政策页面URL http://cctoo.org/ppolicy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cockatoo",
    "short_name": "Cockatoo",
    "description": "Secure password aggregator.",
    "author": "Alex Anderson",
    "version": "4.4",
    "icons": {
        "16": "icon16m.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19m.png",
            "38": "icon38m.png"
        },
        "default_title": "Cockatoo",
        "default_popup": "cockatoo.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ]
}