Change Case

Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case

Cos'è Change Case?

Change Case è un'estensione di Chrome sviluppata da Abhishek Satre, e la sua funzione principale è "Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Change Case

Scarica i file di estensione Change Case 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

                        This extension provides multiple options to change the case of the text. You can convert text case to the following cases:

1. Sentence case
2. Lower case
3. Upper Case
4. Capitalized Case                    

Informazioni di Base sull'Estensione

Nome Change Case Change Case
ID okecofhlheppfglpgakbmhhohicoikcm
URL Ufficiale https://chromewebstore.google.com/detail/change-case/okecofhlheppfglpgakbmhhohicoikcm
Descrizione Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case
Dimensione del File 53.23 KB
Conteggio Installazioni 4,850
Versione Corrente 1
Ultimo Aggiornamento 2021-09-02
Data di Pubblicazione 2019-07-20
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore Abhishek Satre
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change Case",
    "description": "Convert text case to Sentence case, lower case, UPPER CASE, Capitalized Case",
    "version": "1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": []
}