Tangorin Search (Unofficial)

Japanese is just a right click away!

Tangorin Search (Unofficial)とは何ですか?

Tangorin Search (Unofficial)はlufkin.alatirによって開発されたChromeの拡張機能で、その主な機能は「Japanese is just a right click away!」です。

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

screenshot

Tangorin Search (Unofficial)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Japanese is just a right click away!

This is an unofficial Tangorin Extension for Google Chrome that lets you search for any word - English or Japanese - by simply highlighting it, right-clicking and selecting "Search 'x' on Tangorin".

This is my first Chrome Extension, so any suggestions is very appreciated!                    

拡張機能の基本情報

名前 Tangorin Search (Unofficial) Tangorin Search (Unofficial)
ID bdglmcodelcfhjdkpgmmoiljpjjbdhme
公式URL https://chrome.google.com/webstore/detail/tangorin-search-unofficia/bdglmcodelcfhjdkpgmmoiljpjjbdhme
説明 Japanese is just a right click away!
ファイルサイズ 128 KB
インストール数 49
現在のバージョン 0.1
最終更新日 2013-08-15
公開日 2013-08-15
評価 5.00/5 合計 3 レビュー
開発者 lufkin.alatir
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tangorin Search (Unofficial)",
    "manifest_version": 2,
    "version": "0.1",
    "description": "Japanese is just a right click away!",
    "author": "Denis Lefort (for Tangorin)",
    "homepage_url": "http:\/\/www.tangorin.com",
    "icons": {
        "16": "tangorins-little.png",
        "128": "tangorins-big.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "tangorins-little.png",
        "default_title": "Tangorin Search",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "http:\/\/tangorin.com\/general\/"
    ]
}