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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}