Select all in context menu

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

Vad är Select all in context menu?

Select all in context menu är en Chrome-tillägg utvecklad av Gabor, och dess huvudfunktion är "This extension allows the user to select all text from the context menu of the current page.".

Ladda ner Select all in context menu-förlängningens CRX-fil

Ladda ner Select all in context menu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Select all in context menu Select all in context menu
ID hjplacmcplgbbhgfjbbjdpjliibpgefm
Officiell webbadress https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm
Beskrivning This extension allows the user to select all text from the context menu of the current page.
Filstorlek 8.07 KB
Antal Installationer 213
Aktuell Version 0.5
Senast Uppdaterad 2017-12-01
Publiceringsdatum 2017-12-01
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Gabor
Betalningssätt free
Stödda Språk 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"
    ]
}