Site Searcher
Easy tool that lets you search related content and similar websites instead of lost content
Τι είναι το Site Searcher;
Το Site Searcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Eugene Treko, και η κύρια λειτουργία του είναι "Easy tool that lets you search related content and similar websites instead of lost content".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Site Searcher
Λήψη αρχείων επέκτασης Site Searcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you want to improve your browsing it's easier to do with Site Searcher. Get useful suggestions of related websites that are similar to the one that you're unable to reach. If the site you were looking for wasn't found and the web address is missing Site Searcher will suggest similar websites. Recommended content will be instantly suggested instead of a standard 404 error page that the browser loads when your website wasn't found. With Site Searcher it's easier to continue browsing without interruption.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ldjmnjgloogghhkpocikaoibikhebmhm |
Επίσημο URL | https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm |
Περιγραφή | Easy tool that lets you search related content and similar websites instead of lost content |
Μέγεθος Αρχείου | 9.97 KB |
Αριθμός Εγκαταστάσεων | 90,000 |
Τρέχουσα Έκδοση | 1.02 |
Τελευταία Ενημέρωση | 2022-06-27 |
Ημερομηνία Δημοσίευσης | 2022-06-27 |
Αξιολόγηση | 4.20/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Eugene Treko |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://site-searcher.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://site-searcher.com/?a=about |
URL της Σελίδας Πολιτικής Απορρήτου | https://newpagefinder.com?a=privacy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Leon Vojcech", "name": "Site Searcher", "short_name": "Site Searcher", "homepage_url": "https:\/\/site-searcher.com\/", "description": "Easy tool that lets you search related content and similar websites instead of lost content", "version": "1.02", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |