Text Convert Case

Convert case, slugify data of the selected text

Cos'è Text Convert Case?

Text Convert Case è un'estensione di Chrome sviluppata da Genius Lynx, e la sua funzione principale è "Convert case, slugify data of the selected text".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Text Convert Case

Scarica i file di estensione Text Convert 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

                        Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text.

Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.                    

Informazioni di Base sull'Estensione

Nome Text Convert Case Text Convert Case
ID kledidppeblnjfclciibeaebnnlopgdm
URL Ufficiale https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm
Descrizione Convert case, slugify data of the selected text
Dimensione del File 11.48 KB
Conteggio Installazioni 137
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2021-12-10
Data di Pubblicazione 2021-12-09
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Genius Lynx
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://geniuslynx.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Convert Case",
    "version": "1.0.0.0",
    "author": "Genius Lynx",
    "description": "Convert case, slugify data of the selected text",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Convert Case"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "manifest_version": 2
}