W Select

Make everything in the page selectable

W Select क्या है?

W Select https://wtoolkit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make everything in the page selectable"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

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

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

                        - Only one click to enable all the content in the page select-able and copy-able.

- A blinking logo to indicate the completion of the transformation.                    

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

नाम W Select W Select
ID hopmkhfohmlngadineepobbofdnilmhj
आधिकारिक URL https://chromewebstore.google.com/detail/w-select/hopmkhfohmlngadineepobbofdnilmhj
विवरण Make everything in the page selectable
फ़ाइल का आकार 69.16 KB
स्थापना संख्या 70
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2016-06-21
प्रकाशन तिथि 2016-06-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://wtoolkit.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.wtoolkit.com/wselect/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "W Select",
    "description": "Make everything in the page selectable",
    "version": "1.0.6",
    "icons": {
        "16": "img\/icon16.png",
        "18": "img\/icon18.png",
        "19": "img\/icon19.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "18": "img\/icon18.png",
            "19": "img\/icon19.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "wSelect"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third-party\/jquery\/jquery.min.js",
                "source\/content-script\/content-script.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "source\/content-script\/content-script.html",
        "source\/script.min.js",
        "img\/icon128.png",
        "third-party\/jquery\/jquery.min.js"
    ],
    "background": {
        "scripts": [
            "source\/background.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "storage"
    ],
    "incognito": "split"
}