TotalSearch

Search Wikipedia and Google Images with just a click.

TotalSearchとは何ですか?

TotalSearchはjkirraneによって開発されたChromeの拡張機能で、その主な機能は「Search Wikipedia and Google Images with just a click.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Search Wikipedia and Google Images with a single click. Simply highlight text on a page and click the magnifying glass icon. Et voila!

V. 1.2 (April 30, 2015) :
-- Add support for searching Google Maps via address

V. 1.1 (Jan 9, 2015) :
-- Increase number of image results from 4 to 8.
-- Some styling cleanup                    

拡張機能の基本情報

名前 TotalSearch TotalSearch
ID jelcolfpjeaehlmnhjipojaiglbjmokj
公式URL https://chrome.google.com/webstore/detail/totalsearch/jelcolfpjeaehlmnhjipojaiglbjmokj
説明 Search Wikipedia and Google Images with just a click.
ファイルサイズ 71.12 KB
インストール数 22
現在のバージョン 1.0.2
最終更新日 2015-04-30
公開日 2015-04-30
評価 4.00/5 合計 2 レビュー
開発者 jkirrane
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TotalSearch",
    "description": "Search Wikipedia and Google Images with just a click.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "backgroundPage.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "find16.png",
        "default_popup": "f.html"
    },
    "icons": {
        "16": "find16.png",
        "19": "find19.png",
        "38": "find38.png",
        "48": "find48.png",
        "128": "find128.png"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    }
}