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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to select all text from the context menu of the current page."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Select all in context menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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"
    ]
}