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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Paste any hard-to-type words by context menu click, from customized word list. Plus a simple password manager."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Word Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}