Keyword Search

This is a simple extension that searches your keyword

Keyword Search là gì?

Keyword Search là một tiện ích mở rộng Chrome được phát triển bởi Kashyap Kaki, và tính năng chính của nó là "This is a simple extension that searches your keyword".

Ả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 Keyword Search

Tải xuống các tệp mở rộng Keyword 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

                        If you'd like to search any keyword anywhere from one place, this extension is for you. With this extension, you can search any keyword that opens another tab to give your search results. Initial version released. Coming up with more features in future. If you like the extension, please rate and encourage us. Let us know your feedback and suggestions.

Thank you!                    

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

Tên Keyword Search Keyword Search
ID nonlplbhnineefeopejpfmfhppnnejdi
URL Chính Thức https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi
Mô tả This is a simple extension that searches your keyword
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-07-20
Ngày Phát Hành 2020-07-20
Nhà Phát Triển Kashyap Kaki
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyword Search",
    "version": "1.0",
    "description": "This is a simple extension that searches your keyword",
    "author": "Kashyap Kaki",
    "icons": {
        "16": "Resources\/SearchIcon-16px.png",
        "48": "Resources\/SearchIcon-48px.png",
        "128": "Resources\/SearchIcon-128px.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "Resources\/SearchIcon-16px.png",
            "24": "Resources\/SearchIcon-24px.png",
            "32": "Resources\/SearchIcon-32px.png"
        },
        "default_title": "Keyword Search",
        "default_popup": "index.html"
    },
    "background": [
        "main.js"
    ]
}