Spot: Better Find in Page
Helps to find information inside a page
Spot: Better Find in Page란 무엇입니까?
Spot: Better Find in Page은(는) Aftersearch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps to find information inside a page"입니다.
확장 프로그램 스크린샷
Spot: Better Find in Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Spot finds information inside a page that you were searching for in Google. No need to read through a long page to find a small piece of information. Instead, click the Spot icon to see the list of sentences relevant to your Google query. Spot also serves as a much better alternative for a built-in Find function with the following features Features: -- [NEW] uses the last Google query as the default -- finds relevant sentences -- works well with long queries -- provides autocomplete -- aware of word forms, "testing" = "test" = "tests" -- supports mouse and keyboard controls -- privacy, everything is processed on a client -- Material Design Enjoy!
확장 프로그램 기본 정보
이름 | Spot: Better Find in Page |
ID | bbpdiffmmobnnngmfigpgddgjpgjgbol |
공식 URL | https://chromewebstore.google.com/detail/spot-better-find-in-page/bbpdiffmmobnnngmfigpgddgjpgjgbol |
설명 | Helps to find information inside a page |
파일 크기 | 146 KB |
설치 횟수 | 527 |
현재 버전 | 0.8.7.4 |
최근 업데이트 | 2014-09-07 |
출시 날짜 | 2014-09-07 |
평점 | 2.77/5 총 13 개의 평점 |
개발자 | Aftersearch |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.aftersearch.net |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spot: Better Find in Page", "description": "Helps to find information inside a page", "version": "0.8.7.4", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "bg.min.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/lodash.min.js", "libs\/jquery.min.js", "libs\/jquery-scrollto.js", "libs\/nlp.min.js", "libs\/mutation-summary.js", "content.min.js" ] } ], "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "popup\/popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A", "windows": "Ctrl+Shift+A", "mac": "Command+Shift+A", "chromeos": "Ctrl+Shift+A", "linux": "Ctrl+Shift+A" } } }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |