Select all in context menu

This extension allows the user to select all text from the context menu of the current page.

Apa itu Select all in context menu?

Select all in context menu adalah ekstensi Chrome yang dikembangkan oleh Gabor, dan fitur utamanya adalah "This extension allows the user to select all text from the context menu of the current page.".

Unduh Berkas CRX Ekstensi Select all in context menu

Unduh file ekstensi Select all in context menu 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

                                            

Informasi Dasar Ekstensi

Nama Select all in context menu Select all in context menu
ID hjplacmcplgbbhgfjbbjdpjliibpgefm
URL Resmi https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm
Deskripsi This extension allows the user to select all text from the context menu of the current page.
Ukuran File 8.07 KB
Jumlah Instalasi 213
Versi Saat Ini 0.5
Terakhir Diperbarui 2017-12-01
Tanggal Publikasi 2017-12-01
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Gabor
Tipe Pembayaran free
Bahasa yang Didukung de,en,fr,tr,es,it,hu,pt-BR,pt-PT,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select all in context menu",
    "description": "This extension allows the user to select all text from the context menu of the current page.",
    "version": "0.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "selectall.js"
        ]
    },
    "icons": {
        "16": "images\/ico16.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}