Google Translate History

Google Translation History for Wordbbook or vocabulary notebook.

Google Translate Historyคืออะไร?

Google Translate History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://leita.app และคุณลักษณะหลักของมันคือ "Google Translation History for Wordbbook or vocabulary notebook."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Translate History

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

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

                        普段使っているGoogle翻訳拡張を使うだけで、自動で単語帳が作られます。
( https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb) 

こんな方へおすすめ
- Google翻訳拡張を使っている
- 単語帳を作りたい
- weblio単語帳で満足できない

機能
- Google翻訳拡張を普段どおり使うだけで、自動で単語帳が作られます
- お気に入り機能
- 訳を隠す
- 覚えたものはチェックして完了                    

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

ชื่อ Google Translate History Google Translate History
ID fhieafjmhfnikhndapddpcjlokkaoecc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-translate-history/fhieafjmhfnikhndapddpcjlokkaoecc
คำอธิบาย Google Translation History for Wordbbook or vocabulary notebook.
ขนาดไฟล์ 1.13 MB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-03-31
วันที่เผยแพร่ 2019-03-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://leita.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://itunes.apple.com/jp/app/leita-%E8%87%AA%E5%8B%95%E5%88%86%E9%A1%9E%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B6/id1449226632
URL หน้านโยบายความเป็นส่วนตัว https://leita.app/privacy
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Google Translation History for Wordbbook or vocabulary notebook.",
    "version": "1.0.0",
    "name": "Google Translate History",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "translate-34.png"
    },
    "icons": {
        "128": "translate-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}