Google에서 검색 결과 페이지의 모든 단어를 검색 할 수있는 숨겨진 검색 옵션이 있습니다. allintext: . (참조 : https://webapps.stackexchange.com/a/1095/27469 )

이 옵션을 모든 Google에 추가 할 수 있습니까? 기본적으로 검색합니까?

Firefox 플러그인 또는 Greasemonkey 스크립트 일 수 있습니까?

Answer

다음 문자열을 사용하여 크롬에 검색 엔진을 추가합니다.

https://www.google.com/search?q=allintext:%s

그런 다음 기본값으로 설정하세요.

모든 항목 검색 주소창에서 검색하거나 마우스 오른쪽 버튼을 클릭하면 allintext가됩니다. 여기에 이미지 설명 입력

댓글

  • 파이어 폭스에서도 작동할까요? 아니면 파이어 폭스 용 OpenSearch 플러그인일까요?
  • 크롬에서도 작동합니다. 환경 설정에서 검색해야했습니다. 하단에있는 탐색을 클릭합니다. 여기에 추가 할 수 있습니다.
  • ' " google.com " 검색을 추가 할 때 키워드로 추가하는 것처럼 보이지만 그렇지 않습니다.

답변

파이어 폭스 검색 애드온을 작성했습니다. GoogleAllintext

다음은 소스 코드입니다.

<?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>GoogleAllintext</ShortName> <LongName>Search for all words in Google</LongName> <Description>Search for all words in Google</Description> <Image type="image/vnd.microsoft.icon" height="16" width="16">http://g-cdn.serienjunkies.de/favicon.ico</Image> <Developer>www.coffeeplusplus.z11.de</Developer> <Url type="application/opensearchdescription+xml" template="http://coffeeplusplus.z11.de/opensearch.xml" /> <Url type="text/html" rel="results" template="https://www.google.com/search?q=allintext:{searchTerms}" /> <Query role="example" searchTerms="Fringe" /> </OpenSearchDescription> 

댓글

  • 해당 애드온에 검색 제안을 추가하겠습니다.

답글 남기기

이메일 주소를 발행하지 않을 것입니다. 필수 항목은 *(으)로 표시합니다