Cockatoo
Secure password aggregator.
Cockatooとは何ですか?
Cockatooはhttps://cctoo.orgによって開発されたChromeの拡張機能で、その主な機能は「Secure password aggregator.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |