Convert Text

Allows you to convert text from a context menu.

Apa itu Convert Text?

Convert Text adalah ekstensi Chrome yang dikembangkan oleh becca.ooo, dan fitur utamanya adalah "Allows you to convert text from a context menu.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Convert Text

Unduh file ekstensi Convert Text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Convert Text Convert Text
ID mcpglhjaahelnpjalcaeecgkjhkpokdn
URL Resmi https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn
Deskripsi Allows you to convert text from a context menu.
Ukuran File 18.15 KB
Jumlah Instalasi 459
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2015-05-22
Tanggal Publikasi 2015-05-22
Penilaian 3.29/5 Total 7 Penilaian
Pengembang becca.ooo
Tipe Pembayaran free
Bahasa yang Didukung 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
}