Shanbay Plugin

A Shanbay plugin to add new word to Shanbay.com easily for reciting and memory.

Shanbay Pluginคืออะไร?

Shanbay Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ling Jianfa และคุณลักษณะหลักของมันคือ "A Shanbay plugin to add new word to Shanbay.com easily for reciting and memory."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shanbay Plugin

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

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

                        I use shanbay.com to memory English vocabulary. Without this tool, It is not quiet convenient to add new word to shanbay.com system for repeatedly learning. With this chrome extension tool, It is easy to add new word without leave current webpage.

1) select any word, phrase, sentence or paragraph text in webpage.

2) click the icon in the top right corner, a functional dialog will popup.

3) add new word to shanbay.com

4) forget word and tell shanbay.com to rearrange learning plan.

5) query other word in search box, include english, chinese and wildcard formation.

6) list out synonym, family tree, and similar vocabulary

Refer the link for detail : https://github.com/lingjf/Shanbay-Plugin                    

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

ชื่อ Shanbay Plugin Shanbay Plugin
ID flijkcmbhhcenocpnmmgckfcdjdlajga
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/shanbay-plugin/flijkcmbhhcenocpnmmgckfcdjdlajga
คำอธิบาย A Shanbay plugin to add new word to Shanbay.com easily for reciting and memory.
ขนาดไฟล์ 3.18 MB
จำนวนการติดตั้ง 295
เวอร์ชันปัจจุบัน 1.12
อัปเดตครั้งล่าสุด 2014-03-11
วันที่เผยแพร่ 2014-03-11
คะแนน 4.94/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Ling Jianfa
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lingjf/Shanbay-Plugin
URL หน้าช่วยเหลือ https://github.com/lingjf/Shanbay-Plugin
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "1.12",
    "description": "A Shanbay plugin to add new word to Shanbay.com easily for reciting and memory. ",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "tts",
        "tabs",
        "clipboardRead",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "lib\/jquery.js",
            "lib\/literal.js",
            "preference.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "image\/shellfish-darkblue-19.png",
        "default_title": "Shanbay Plugin",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "20",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "19": "image\/shellfish-darkblue-19.png",
        "512": "image\/shellfish-darkblue-512.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}