Convert Text

Allows you to convert text from a context menu.

Wat is Convert Text?

Convert Text is een Chrome-extensie ontwikkeld door becca.ooo, en de belangrijkste functie is "Allows you to convert text from a context menu.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Convert Text

Download Convert Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Converts case of any editable, selected text, or the entire input area if no text is selected.
Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.                    

Basisinformatie over de Extensie

Naam Convert Text Convert Text
ID mcpglhjaahelnpjalcaeecgkjhkpokdn
Officiële URL https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn
Beschrijving Allows you to convert text from a context menu.
Bestandsgrootte 18.15 KB
Aantal Installaties 459
Huidige Versie 1.1.0
Laatst Bijgewerkt 2015-05-22
Publicatiedatum 2015-05-22
Beoordeling 3.29/5 Totaal 7 Beoordelingen
Ontwikkelaar becca.ooo
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Convert Text",
    "short_name": "Convert Text",
    "version": "1.1.0",
    "author": "9999yea.rs",
    "description": "Allows you to convert text from a context menu.",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "offline_enabled": true
}