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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |