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文件
下載ChromeSiteSearch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |