Infoscope
Use and combine all nine advanced Google™ search operators to easily perform complex online queries
Infoscope란 무엇입니까?
Infoscope은(는) https://frankemiro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use and combine all nine advanced Google™ search operators to easily perform complex online queries"입니다.
확장 프로그램 스크린샷
Infoscope 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |