Keyword Search

This is a simple extension that searches your keyword

什麼是Keyword Search?

Keyword Search是由Kashyap Kaki開發的Chrome擴展程式,該擴展的主要功能是“This is a simple extension that searches your keyword”。

擴展截圖

screenshot
screenshot
screenshot

下載Keyword Search擴展crx文件

下載Keyword Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Keyword Search Keyword Search
ID nonlplbhnineefeopejpfmfhppnnejdi
官方網址 https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi
簡介 This is a simple extension that searches your keyword
檔案大小 115 KB
安裝次數 38
目前版本 1.0
更新時間 2020-07-20
上架時間 2020-07-20
開發者 Kashyap Kaki
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}