Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Τι είναι το Highlighted Search;
Το Highlighted Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gharezlak, και η κύρια λειτουργία του είναι "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.".
Λήψη αρχείου CRX της επέκτασης Highlighted Search
Λήψη αρχείων επέκτασης Highlighted Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Use your cursor to highlight someone's name in your current tab, then simply click the icon that appears in your omnibox. That will open 5 new tabs, using the highlighted text as a search parameter, to search Github, LinkedIn, Facebook. Google and Google Scholar, for that person's name.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
Επίσημο URL | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
Περιγραφή | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
Μέγεθος Αρχείου | 124 KB |
Αριθμός Εγκαταστάσεων | 19 |
Τρέχουσα Έκδοση | 0.1.3 |
Τελευταία Ενημέρωση | 2017-05-11 |
Ημερομηνία Δημοσίευσης | 2017-05-11 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | gharezlak |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highlighted Search", "manifest_version": 2, "description": "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.", "version": "0.1.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Dynamic-InMail", "default_icon": "icon.png" } } |