Convert Case Menu

On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.

Convert Case Menu क्या है?

Convert Case Menu https://convertcase.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab."।

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

screenshot

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

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

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

                        Are people always annoying you on forums and writing in UPPER CASE for no reason? Perhaps they didn't mean to shout or their caps lock is just broken? Convert Case can convert your text to a more readable and calming case in a couple of clicks.

This extension adds a right click menu when you select text to let you easily convert it to a more readable format with results opening in a new tab

Note: this does NOT convert text directly on the page, it takes you to the Convert Case site to show the results automatically.

If you have any feedback or problems please contact me through the support link on the details tab of this page rather than leaving a bad review without giving me the chance to help you.                    

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

नाम Convert Case Menu Convert Case Menu
ID neineehhbgjpcmlokkckgcengmgngnii
आधिकारिक URL https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii
विवरण On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
फ़ाइल का आकार 5.92 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2016-03-15
प्रकाशन तिथि 2016-03-15
रेटिंग 1.94/5 कुल 48 रेटिंग्स
डेवलपर https://convertcase.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://convertcase.net/
सहायता पृष्ठ URL http://jasongillyon.co.uk/contact
गोपनीयता नीति पृष्ठ URL https://convertcase.net/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "Convert Case Menu",
    "short_name": "Convert Case",
    "description": "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.",
    "version": "2.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "https:\/\/convertcase.net\/*"
    ],
    "browser_action": {
        "default_title": "Convert Case"
    }
}