Select all in context menu
This extension allows the user to select all text from the context menu of the current page.
Hvad er Select all in context menu?
Select all in context menu er en Chrome-udvidelse udviklet af Gabor, og dens hovedfunktion er "This extension allows the user to select all text from the context menu of the current page.".
Download Select all in context menu-udvidelses-CRX-fil
Download Select all in context menu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Select all in context menu |
ID | hjplacmcplgbbhgfjbbjdpjliibpgefm |
Officiel URL | https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm |
Beskrivelse | This extension allows the user to select all text from the context menu of the current page. |
Filstørrelse | 8.07 KB |
Antal Installationer | 213 |
Nuværende Version | 0.5 |
Senest Opdateret | 2017-12-01 |
Udgivelsesdato | 2017-12-01 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Gabor |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |