Select all in context menu

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

Co to jest Select all in context menu?

Select all in context menu to rozszerzenie Chrome opracowane przez Gabor, a jego główną funkcją jest „This extension allows the user to select all text from the context menu of the current page.”.

Pobierz plik CRX rozszerzenia Select all in context menu

Pobierz pliki rozszerzeń Select all in context menu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Select all in context menu Select all in context menu
ID hjplacmcplgbbhgfjbbjdpjliibpgefm
Oficjalny URL https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm
Opis This extension allows the user to select all text from the context menu of the current page.
Rozmiar pliku 8.07 KB
Liczba instalacji 213
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2017-12-01
Data Publikacji 2017-12-01
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Gabor
Typ Płatności free
Obsługiwane Języki 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"
    ]
}