Convert Case Menu

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

Was ist Convert Case Menu?

Convert Case Menu ist eine Chrome-Erweiterung, die von https://convertcase.net entwickelt wurde, und ihr Hauptmerkmal ist "On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.".

Erweiterungsscreenshots

screenshot

Convert Case Menu-Erweiterungs-CRX-Datei herunterladen

Laden Sie Convert Case Menu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Convert Case Menu Convert Case Menu
ID neineehhbgjpcmlokkckgcengmgngnii
Offizielle URL https://chrome.google.com/webstore/detail/convert-case-menu/neineehhbgjpcmlokkckgcengmgngnii
Beschreibung On right click, takes text selection and converts to UPPER, Sentence, Capitalized, Title, aLtErNaTiNg and InVeRsE cases in new tab.
Dateigröße 5.92 KB
Installationsanzahl 1,000
Aktuelle Version 2.0.3
Letztes Update 2016-03-15
Veröffentlichungsdatum 2016-03-15
Bewertung 1.94/5 Insgesamt 48 Bewertungen
Entwickler https://convertcase.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://convertcase.net/
Hilfeseite URL http://jasongillyon.co.uk/contact
URL der Datenschutzrichtlinien-Seite https://convertcase.net/privacy
Unterstützte Sprachen 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"
    }
}