Google Similar Pages
Discover webpages similar to the page you're currently browsing.
Google Similar Pages란 무엇입니까?
Google Similar Pages은(는) google.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover webpages similar to the page you're currently browsing."입니다.
확장 프로그램 스크린샷
Google Similar Pages 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Discover webpages similar to the page you're currently browsing. Enjoying the page you're looking at and interested in other similar pages? Trying to find more pages about a topic you're researching, but having a hard time coming up with the right query on Google? Google Similar Pages can help! Now you can quickly preview and explore other pages that are similar to the one you are browsing -- on the fly. When you click the Similar Pages button, your browser will send a search query to Google to see if there are any similar pages for the page you are viewing. The data related to the query will be handled as described in Google's privacy policy (http://www.google.com/privacypolicy.html). Please be aware that this extension is still an early beta release so many aspects of the extension may change in the coming months. Help us make it better by sending bug reports to [email protected] (include the Chrome version number and OS you are using). By installing this extension, you agree to the Terms of Service at https://chrome.google.com/extensions/intl/en/gallery_tos.html
확장 프로그램 기본 정보
이름 | |
ID | pjnfggphgdjblhfjaphkjhfpiiekbbej |
공식 URL | https://chrome.google.com/webstore/detail/google-similar-pages/pjnfggphgdjblhfjaphkjhfpiiekbbej |
설명 | Discover webpages similar to the page you're currently browsing. |
파일 크기 | 230 KB |
설치 횟수 | 178,488 |
현재 버전 | 0.6.6.2 |
최근 업데이트 | 2014-04-07 |
출시 날짜 | 2014-04-07 |
평점 | 4.18/5 총 1088 개의 평점 |
개발자 | google.com |
결제 유형 | free |
지원되는 언어 | id,de,en,en-GB,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_sp_title__", "version": "0.6.6.2", "description": "__MSG_sp_description__", "default_locale": "en", "permissions": [ "tabs", "https:\/\/*\/", "http:\/\/*\/" ], "icons": { "19": "images\/sp-19.png", "32": "images\/sp-32.png", "48": "images\/sp-48.png", "128": "images\/sp-128.png" }, "options_page": "options.html", "background": { "page": "background.html" }, "page_action": { "default_icon": "images\/sp-19.png", "default_title": "__MSG_sp_default_title__", "default_popup": "popup.html" } } |