Vlume Keyboard

Vlume Keyboard Extension!

Vlume Keyboard क्या है?

Vlume Keyboard Vlume Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vlume Keyboard Extension!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Vlume Keyboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quickly type out Armenian without using Armenian keyboard. 
VLUME Keyboard, a Chrome browser extension converts Latin characters into Armenian using transliteration table which can be customized by the user.
Features:
* Use the shortcut to bring up the Keyboard popup anywhere on the browser
* Type in English using the phonetic sounds of the Armenian characters
* Choose your default transliteration table between Eastern or Western Armenian
* Customize the Shortcut for Vlume Keyboard
* Add your own patterns in the transliteration table using the Options                    

एक्सटेंशन की मूल जानकारी

नाम Vlume Keyboard Vlume Keyboard
ID ffgbbmfhmcfaphemeigfmcejcgnehjjd
आधिकारिक URL https://chromewebstore.google.com/detail/vlume-keyboard/ffgbbmfhmcfaphemeigfmcejcgnehjjd
विवरण Vlume Keyboard Extension!
फ़ाइल का आकार 30.68 KB
स्थापना संख्या 110
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2022-11-19
प्रकाशन तिथि 2022-03-14
डेवलपर Vlume Team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vlume.com/
सहायता पृष्ठ URL https://vlume.com/docs/vlume-keyboard/
गोपनीयता नीति पृष्ठ URL https://vlume.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vlume Keyboard",
    "description": "Vlume Keyboard Extension!",
    "version": "1.0.5",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "clipboardRead",
        "clipboardWrite"
    ],
    "action": {
        "default_icon": ".\/assets\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": ".\/settings\/settings.html",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up",
                "mac": "MacCtrl+Shift+Up"
            }
        },
        "copy_text": {
            "suggested_key": {
                "default": "Ctrl+Shift+Down",
                "mac": "MacCtrl+Shift+Down"
            },
            "description": "Copy text to clipboard"
        }
    }
}