Keyword Search

This is a simple extension that searches your keyword

Vad är Keyword Search?

Keyword Search är en Chrome-tillägg utvecklad av Kashyap Kaki, och dess huvudfunktion är "This is a simple extension that searches your keyword".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Keyword Search-förlängningens CRX-fil

Ladda ner Keyword Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Keyword Search Keyword Search
ID nonlplbhnineefeopejpfmfhppnnejdi
Officiell webbadress https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi
Beskrivning This is a simple extension that searches your keyword
Filstorlek 115 KB
Antal Installationer 38
Aktuell Version 1.0
Senast Uppdaterad 2020-07-20
Publiceringsdatum 2020-07-20
Utvecklare Kashyap Kaki
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}