Search It!

Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.

Τι είναι το Search It!;

Το Search It! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://upway2late.com, και η κύρια λειτουργία του είναι "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης Search It! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension is for easily initiating new Google searches.

The search term box supports Google auto suggest.

Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later.

Type options are Web/Image/Video/Maps/News/Shopping.

Results can be sent to the current tab, a new tab, or a new window.

Searches are (optionally) stored for future re-use.

All stored search and domain information can be easily deleted.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
Επίσημο URL https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
Περιγραφή Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Μέγεθος Αρχείου 42.08 KB
Αριθμός Εγκαταστάσεων 226
Τρέχουσα Έκδοση 1.0.0.0
Τελευταία Ενημέρωση 2016-09-22
Ημερομηνία Δημοσίευσης 2016-09-22
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://upway2late.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.upway2late.com/projects/chrome-google-search-extension
Διεύθυνση URL της Σελίδας Βοήθειας http://www.upway2late.com/projects/chrome-google-search-extension
URL της Σελίδας Πολιτικής Απορρήτου http://www.upway2late.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search It!",
    "version": "1.0.0.0",
    "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.",
    "icons": {
        "16": "world_16.png",
        "48": "world_48.png",
        "128": "world_128.png"
    },
    "browser_action": {
        "default_icon": "world_19.png",
        "default_title": "Search It!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}