Select all in context menu

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

Cos'è Select all in context menu?

Select all in context menu è un'estensione di Chrome sviluppata da Gabor, e la sua funzione principale è "This extension allows the user to select all text from the context menu of the current page.".

Scarica il file CRX dell'estensione Select all in context menu

Scarica i file di estensione Select all in context menu 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

                                            

Informazioni di Base sull'Estensione

Nome Select all in context menu Select all in context menu
ID hjplacmcplgbbhgfjbbjdpjliibpgefm
URL Ufficiale https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm
Descrizione This extension allows the user to select all text from the context menu of the current page.
Dimensione del File 8.07 KB
Conteggio Installazioni 213
Versione Corrente 0.5
Ultimo Aggiornamento 2017-12-01
Data di Pubblicazione 2017-12-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Gabor
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}