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
官方網址 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"
    ]
}