Word Wallet
Paste any hard-to-type words by context menu click, from customized word list. Plus a simple password manager.
Word Walletとは何ですか?
Word Walletはorleanzによって開発されたChromeの拡張機能で、その主な機能は「Paste any hard-to-type words by context menu click, from customized word list. Plus a simple password manager.」です。
拡張機能のスクリーンショット
Word Wallet拡張機能のCRXファイルをダウンロード
Word Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extensions allows you to paste words from a pre-defined list directly into input fields of webpages, using context menu. Body fields of online emails like Gmail is supported, too. Useful for hard-to-type / hard-to-spell-correctly words/names, or for exotic symbols like German umlauts on English keyboard. List of pastable words can be modified in extention settings according to your need. Also, this extension can be used as Password Manager. If you set a master secret string in its settings, it allows you to generate unique password for every domain and to easily paste them into password field.
拡張機能の基本情報
名前 | Word Wallet |
ID | pdajfgebhmdfkmmjpbhiokibkdheneil |
公式URL | https://chromewebstore.google.com/detail/word-wallet/pdajfgebhmdfkmmjpbhiokibkdheneil |
説明 | Paste any hard-to-type words by context menu click, from customized word list. Plus a simple password manager. |
ファイルサイズ | 71.66 KB |
インストール数 | 42 |
現在のバージョン | 1.5 |
最終更新日 | 2015-05-26 |
公開日 | 2015-05-26 |
開発者 | orleanz |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Wallet", "description": "Paste any hard-to-type words by context menu click, from customized word list. Plus a simple password manager.", "version": "1.5", "background": { "scripts": [ "common.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "md5.min.js", "content.js" ] } ], "permissions": [ "contextMenus", "clipboardWrite" ], "icons": { "16": "icon.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon.png" } } |