Select all in context menu

This extension allows the user to select all text from the context menu of the current page.

什么是Select all in context menu?

Select all in context menu是由Gabor开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to select all text from the context menu of the current page.”。

下载Select all in context menu扩展crx文件

下载Select all in context menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Select all in context menu Select all in context menu
ID hjplacmcplgbbhgfjbbjdpjliibpgefm
官方URL https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm
简介 This extension allows the user to select all text from the context menu of the current page.
文件大小 8.07 KB
安装次数 213
当前版本 0.5
更新时间 2017-12-01
上架时间 2017-12-01
评分 5.00/5 共3次评分
开发者 Gabor
付费类型 free
支持的语言 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"
    ]
}