Word Wallet

Paste any hard-to-type words by context menu click, from customized word list. Plus a simple password manager.

Word Wallet là gì?

Word Wallet là một tiện ích mở rộng Chrome được phát triển bởi orleanz, và tính năng chính của nó là "Paste any hard-to-type words by context menu click, from customized word list. Plus a simple password manager.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Word Wallet

Tải xuống các tệp mở rộng Word Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Word Wallet Word Wallet
ID pdajfgebhmdfkmmjpbhiokibkdheneil
URL Chính Thức https://chromewebstore.google.com/detail/word-wallet/pdajfgebhmdfkmmjpbhiokibkdheneil
Mô tả Paste any hard-to-type words by context menu click, from customized word list. Plus a simple password manager.
Kích Thước Tệp 71.66 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2015-05-26
Ngày Phát Hành 2015-05-26
Nhà Phát Triển orleanz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}