Keyword Search

This is a simple extension that searches your keyword

Τι είναι το Keyword Search;

Το Keyword Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kashyap Kaki, και η κύρια λειτουργία του είναι "This is a simple extension that searches your keyword".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Keyword Search

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    ]
}