ChromeSiteSearch
Search the current website deeply using the power of the most popular search engines.
ChromeSiteSearch란 무엇입니까?
ChromeSiteSearch은(는) Влатко Стојанов에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the current website deeply using the power of the most popular search engines."입니다.
확장 프로그램 스크린샷
ChromeSiteSearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ChromeSiteSearch is an extension for Google Chrome web browser which allows you to search the current website you are on deeply using the power of the most popular search engines. No matter if the current website doesn't have search option you can still search the website using this extension. The search is performed deeply on per-domain basis, not only on the current page of the website. With this extension you can search very easy with just one click or even easier by pressing the extension shortcut Ctrl+Shift+S on your keyboard. You can even choose if you want to search words separately or the whole phrase. At the moment ChromeSiteSearch supports the following search engines with more to come: Google Yahoo Bing DuckDuckGo Yandex Changelog: 2.3.2 - 28.10.2015 * ChromeSiteSearch is now on Chrome Web Store, woohoo! 2.3.1 - 14.10.2015 * Added Yandex search engine * The extension is now disabled on "chrome-extension//" pages because there's nothing to search for * Fixed bug where extension doesn't work when it's initialised for first time until you change something in settings 2.3 - 20.10.2015 * Use HTTPS for Bing * Added DuckDuckGo search engine * After clicking on the checkbox Word field is automatically focused 2.2 - 04.06.2015 * Completely rewritten search query preparation algorithm * As result, now you can search not only with Google but with Yahoo and Bing too! * Added options page, feel free to choose your search engine! Default search engine is Google. * Added option to search phrases by default * Now you can quick navigate from Word field to Phrase checkbox by clicking on Tab button 2.1 - 20.02.2015 * Fixed low resolution icon appearing in "chrome://extensions" * Bumped minimum Chrome version from version 18 to version 20 due to storage permission (and seriously, update your browser) * Added Extension homepage. Right click on the extension and choose the extension name 2.0 - 11.02.2015 * Completely new modern and flat design * New modern and flat icon * The extension now loads much faster * Added option to search for phrases * The extension is now disabled on "chrome//" pages because there's nothing to search for * Now the extension will prevent search if the "Word" field is empty * Added keyboard shortcut for quick access, just press Ctrl+Shift+S * CSS tweaks for better text readability (text smoothing) * Updated jQuery
확장 프로그램 기본 정보
이름 | |
ID | middoffjfemjjnmiomnnmgbbofagimmp |
공식 URL | https://chrome.google.com/webstore/detail/chromesitesearch/middoffjfemjjnmiomnnmgbbofagimmp |
설명 | Search the current website deeply using the power of the most popular search engines. |
파일 크기 | 121 KB |
설치 횟수 | 469 |
현재 버전 | 2.3.2 |
최근 업데이트 | 2018-06-16 |
출시 날짜 | 2018-06-16 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Влатко Стојанов |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://chromesitesearch.x10.mx/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "\u0412\u043b\u0430\u0442\u043a\u043e \u0421\u0442\u043e\u0458\u0430\u043d\u043e\u0432", "background": { "scripts": [ "js\/popup.js" ] }, "browser_action": { "default_icon": "ikoni\/128.png", "default_popup": "popup.html", "default_title": "ChromeSiteSearch" }, "description": "Search the current website deeply using the power of the most popular search engines.", "icons": { "128": "ikoni\/128.png", "64": "ikoni\/64.png", "48": "ikoni\/48.png", "32": "ikoni\/32.png", "16": "ikoni\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S" } } }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "ChromeSiteSearch", "homepage_url": "http:\/\/chromesitesearch.x10.mx\/", "omnibox": { "keyword": "src" }, "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ], "options_page": "options.html", "requirements": { "3D": { "features": [ "webgl" ] } }, "version": "2.3.2" } |