Select all in context menu
This extension allows the user to select all text from the context menu of the current page.
Wat is Select all in context menu?
Select all in context menu is een Chrome-extensie ontwikkeld door Gabor, en de belangrijkste functie is "This extension allows the user to select all text from the context menu of the current page.".
Download het CRX-bestand van de extensie Select all in context menu
Download Select all in context menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Select all in context menu |
ID | hjplacmcplgbbhgfjbbjdpjliibpgefm |
Officiële URL | https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm |
Beschrijving | This extension allows the user to select all text from the context menu of the current page. |
Bestandsgrootte | 8.07 KB |
Aantal Installaties | 213 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2017-12-01 |
Publicatiedatum | 2017-12-01 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Gabor |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |