Select all in context menu
This extension allows the user to select all text from the context menu of the current page.
What is Select all in context menu?
Select all in context menu is a Chrome extension developed by Gabor, and its main feature is "This extension allows the user to select all text from the context menu of the current page.".
Download Select all in context menu Extension CRX File
Download Select all in context menu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Select all in context menu |
ID | hjplacmcplgbbhgfjbbjdpjliibpgefm |
Official URL | 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. |
File Size | 8.07 KB |
Installation Count | 213 |
Current Version | 0.5 |
Last Updated | 2017-12-01 |
Publish Date | 2017-12-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Gabor |
Payment Type | free |
Supported Languages | 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" ] } |