Select all in context menu
This extension allows the user to select all text from the context menu of the current page.
Was ist Select all in context menu?
Select all in context menu ist eine Chrome-Erweiterung, die von Gabor entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to select all text from the context menu of the current page.".
Select all in context menu-Erweiterungs-CRX-Datei herunterladen
Laden Sie Select all in context menu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Select all in context menu |
ID | hjplacmcplgbbhgfjbbjdpjliibpgefm |
Offizielle URL | https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm |
Beschreibung | This extension allows the user to select all text from the context menu of the current page. |
Dateigröße | 8.07 KB |
Installationsanzahl | 213 |
Aktuelle Version | 0.5 |
Letztes Update | 2017-12-01 |
Veröffentlichungsdatum | 2017-12-01 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Gabor |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |