Popuplike-window Translator

In a translation window like a popup, Translate selected text with Google Translate.

Popuplike-window Translatorคืออะไร?

Popuplike-window Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www016.upp.so-net.ne.jp/anznet และคุณลักษณะหลักของมันคือ "In a translation window like a popup, Translate selected text with Google Translate."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Popuplike-window Translator

ดาวน์โหลดไฟล์ส่วนขยาย Popuplike-window Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 0.3.1
  That google service using https so adapted.
- 0.3.0
  I accept 'Keeping Chrome Extensions Simple'. Delete toolbar icon, and some directions changed.
  Fixed a same bug of 0.2.0.
- 0.2.0
  Fixed a bug that is unexpected close of Popup with running WindowsAero, updated chrome.

1. Main Usage

Select texts and Right-click, and select "Translate it : xx -> yy" (xx and yy are locale codes, can changed), then a new window is appeared to translate texts.


2. Features

To change locale codes(language), Press context menu This and open a translate form, and set it. 
That are saved and reflected in context menu xx and yy.

Translate-window will be closed when you click outside it. If you've changed the size of it, that setting will be saved and reflected next time. (You can customize the size.)

While the translate-window has appeared, you can scroll the contents of the background page or the window itself with your mouse wheel.

Even if you don't have prepared texts, you can call translate form with context menu.


3. Save Settings

This extention use localstorage to save your settings. Total are 4, two locales you choose, and the width and the height of the translate-window. If you change them from default option, those are saved.


---

All codes can be seen in my page;  http://www016.upp.so-net.ne.jp/anznet/program/T4J.html

Thank you for reading my English explanation. I'm poor at English. but programs are simple :)  probably. ok.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Popuplike-window Translator Popuplike-window Translator
ID cpjhngnhhedcghjdkaedfolldmpgnmeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/popuplike-window-translat/cpjhngnhhedcghjdkaedfolldmpgnmeo
คำอธิบาย In a translation window like a popup, Translate selected text with Google Translate.
ขนาดไฟล์ 9.37 KB
จำนวนการติดตั้ง 1,226
เวอร์ชันปัจจุบัน 0.3.1
อัปเดตครั้งล่าสุด 2014-09-22
วันที่เผยแพร่ 2014-09-22
คะแนน 3.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www016.upp.so-net.ne.jp/anznet
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3.1",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}