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
官方網址 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"
    ]
}