Select all in context menu
This extension allows the user to select all text from the context menu of the current page.
Qu'est-ce que Select all in context menu ?
Select all in context menu est une extension Chrome développée par Gabor, et sa fonction principale est "This extension allows the user to select all text from the context menu of the current page.".
Télécharger le fichier CRX de l'extension Select all in context menu
Téléchargez les fichiers d'extension Select all in context menu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Select all in context menu |
ID | hjplacmcplgbbhgfjbbjdpjliibpgefm |
URL Officiel | https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm |
Description | This extension allows the user to select all text from the context menu of the current page. |
Taille du Fichier | 8.07 KB |
Nombre d'Installations | 213 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2017-12-01 |
Date de Publication | 2017-12-01 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Gabor |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |