Convert Case Menu

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

Cos'è Convert Case Menu?

Convert Case Menu è un'estensione di Chrome sviluppata da https://convertcase.net, e la sua funzione principale è "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Convert Case Menu

Scarica i file di estensione Convert Case Menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Convert Case Menu Convert Case Menu
ID neineehhbgjpcmlokkckgcengmgngnii
URL Ufficiale https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii
Descrizione On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
Dimensione del File 5.92 KB
Conteggio Installazioni 1,000
Versione Corrente 2.0.3
Ultimo Aggiornamento 2016-03-15
Data di Pubblicazione 2016-03-15
Valutazione 1.94/5 Totale 48 Valutazioni
Sviluppatore https://convertcase.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://convertcase.net/
URL della Pagina di Aiuto http://jasongillyon.co.uk/contact
URL della Pagina della Politica sulla Privacy https://convertcase.net/privacy
Lingue Supportate 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"
    }
}