W Select

Make everything in the page selectable

W Select란 무엇입니까?

W Select은(는) https://wtoolkit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make everything in the page selectable"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

W Select 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}