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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 ChromeSiteSearch ChromeSiteSearch
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 レビュー
開発者 Влатко Стојанов
Eメール [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"
}