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"
    ]
}