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 là gì?

Skittle Search là một tiện ích mở rộng Chrome được phát triển bởi nasas.tacktechs, và tính năng chính của nó là "Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skittle Search

Tải xuống các tệp mở rộng Skittle Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Skittle Search Skittle Search
ID mpcokgcaamljkbcokpfmfpkgihlfkfgl
URL Chính Thức https://chromewebstore.google.com/detail/skittle-search/mpcokgcaamljkbcokpfmfpkgihlfkfgl
Mô tả Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…
Kích Thước Tệp 305 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.5.5
Cập Nhật Lần Cuối 2017-10-12
Ngày Phát Hành 2017-10-12
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển nasas.tacktechs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}