Skittle Search

Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…

Skittle Search란 무엇입니까?

Skittle Search은(는) nasas.tacktechs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Skittle Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily across the internet's most popular yummiest nummiest websites.

Pop-it up now and start enjoying the sweeet flavors!                    

확장 프로그램 기본 정보

이름 Skittle Search Skittle Search
ID mpcokgcaamljkbcokpfmfpkgihlfkfgl
공식 URL https://chromewebstore.google.com/detail/skittle-search/mpcokgcaamljkbcokpfmfpkgihlfkfgl
설명 Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…
파일 크기 305 KB
설치 횟수 33
현재 버전 1.5.5
최근 업데이트 2017-10-12
출시 날짜 2017-10-12
평점 4.50/5 총 4 개의 평점
개발자 nasas.tacktechs
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "event_h.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Skittle Search",
        "name": "Yummy nummy search"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "selection.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Skittle Search",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.5.5",
    "web_accessible_resources": [
        "icons\/*.png",
        "options.html"
    ]
}