Partial Page Translation

Changes the selected text on the browser to a desired language.

Partial Page Translationとは何ですか?

Partial Page TranslationはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Changes the selected text on the browser to a desired language.」です。

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

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

拡張機能の使用方法

                        Need to translate part of a page (but not the entire thing)? Partial Page Translation is for you.
Ideal for people learning languages that need to translate a phrase here or there.

Select text, right click, translate. New text will appear on the page itself.                    

拡張機能の基本情報

名前 Partial Page Translation Partial Page Translation
ID oigbdcfeaabngmnlneokfcacklmpkofj
公式URL https://chromewebstore.google.com/detail/partial-page-translation/oigbdcfeaabngmnlneokfcacklmpkofj
説明 Changes the selected text on the browser to a desired language.
ファイルサイズ 10.3 KB
インストール数 77
現在のバージョン 1.0
最終更新日 2016-07-11
公開日 2016-07-10
評価 3.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Partial Page Translation",
    "description": "Changes the selected text on the browser to a desired language.",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "16": "16px.png",
        "48": "48px.png",
        "128": "128px.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Select Translate",
        "default_popup": "popup.html"
    }
}