Search It!

Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.

Search It!とは何ですか?

Search It!はhttps://upway2late.comによって開発されたChromeの拡張機能で、その主な機能は「Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.」です。

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

screenshot
screenshot

Search It!拡張機能のCRXファイルをダウンロード

Search It!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is for easily initiating new Google searches.

The search term box supports Google auto suggest.

Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later.

Type options are Web/Image/Video/Maps/News/Shopping.

Results can be sent to the current tab, a new tab, or a new window.

Searches are (optionally) stored for future re-use.

All stored search and domain information can be easily deleted.                    

拡張機能の基本情報

名前 Search It! Search It!
ID bojojkkfhcebglmfbmaplhfkjfhaefaj
公式URL https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj
説明 Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
ファイルサイズ 42.08 KB
インストール数 226
現在のバージョン 1.0.0.0
最終更新日 2016-09-22
公開日 2016-09-22
評価 5.00/5 合計 5 レビュー
開発者 https://upway2late.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.upway2late.com/projects/chrome-google-search-extension
ヘルプページのURL http://www.upway2late.com/projects/chrome-google-search-extension
プライバシーポリシーページのURL http://www.upway2late.com
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search It!",
    "version": "1.0.0.0",
    "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.",
    "icons": {
        "16": "world_16.png",
        "48": "world_48.png",
        "128": "world_128.png"
    },
    "browser_action": {
        "default_icon": "world_19.png",
        "default_title": "Search It!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}