Infoscope
Use and combine all nine advanced Google™ search operators to easily perform complex online queries
Τι είναι το Infoscope;
Το Infoscope είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://frankemiro.com, και η κύρια λειτουργία του είναι "Use and combine all nine advanced Google™ search operators to easily perform complex online queries".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Infoscope
Λήψη αρχείων επέκτασης Infoscope σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Enjoy the most advanced Google™ Search tool. Easily perform complex online queries with nine different operators. Ideal for anyone wanting to easily use the customized functionalities. In particular it can be helpful for students, researchers, forensics experts, journalists, content curators, fact checkers and for specific investigation in any field. Super-useful utility puts the full search power of Google at your fingertips. Easy to use. You can use Infoscope to customize and visualize your searches in Google, each one is represented by a set of nodes, that represents a specific operator. Here’s what you can do with Infoscope: • Query by country, language and timeframe • Filter by match of words, specific domain, last updated and file type • Look for a term in the website only on the title, content, url and/or links • Exclude any unwanted keywords in the results • Save multiple queries ( PRO only ) • search on Bing search engine ( PRO only ) • search on Yahoo search engine ( PRO only ) • search on DuckDuckGo search engine ( PRO only ) Happy googling!!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Infoscope |
ID | gnnlgfolofpjdgjhfejmlcabaedmdfcn |
Επίσημο URL | https://chromewebstore.google.com/detail/infoscope/gnnlgfolofpjdgjhfejmlcabaedmdfcn |
Περιγραφή | Use and combine all nine advanced Google™ search operators to easily perform complex online queries |
Μέγεθος Αρχείου | 11.64 MB |
Αριθμός Εγκαταστάσεων | 8,863 |
Τρέχουσα Έκδοση | 0.0.7 |
Τελευταία Ενημέρωση | 2021-08-23 |
Ημερομηνία Δημοσίευσης | 2020-07-04 |
Αξιολόγηση | 4.00/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | https://frankemiro.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.frankemiro.com/infoscope |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.frankemiro.com/infoscope |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Use and combine all nine advanced Google\u2122 search operators to easily perform complex online queries", "version": "0.0.7", "name": "Infoscope", "options_page": "options.html", "permissions": [ "storage", "tabs", "activeTab" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-16.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/extensionpay.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "content.styles.css", "icon-128.png", "icon-48.png", "icon-16.png", "background.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self'; script-src-elem 'self' https:\/\/js.stripe.com ; object-src 'self' connect-src https:\/\/extensionpay.com" } |