扇贝助手重制版
为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。
扇贝助手重制版คืออะไร?
扇贝助手重制版 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zerol และคุณลักษณะหลักของมันคือ "为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 扇贝助手重制版
ดาวน์โหลดไฟล์ส่วนขยาย 扇贝助手重制版 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        为扇贝网页版提供免费的柯林斯词典。
所有功能详见:https://github.com/zerolfx/shanbay-helper                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | acihicpdedimbfbgeoieoblpojeidlcn | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E6%89%87%E8%B4%9D%E5%8A%A9%E6%89%8B%E9%87%8D%E5%88%B6%E7%89%88/acihicpdedimbfbgeoieoblpojeidlcn | 
| คำอธิบาย | 为扇贝单词网页版添加免费的柯林斯释义,以及一些额外的小功能。 | 
| ขนาดไฟล์ | 93.42 KB | 
| จำนวนการติดตั้ง | 207 | 
| เวอร์ชันปัจจุบัน | 0.1.6 | 
| อัปเดตครั้งล่าสุด | 2021-09-01 | 
| วันที่เผยแพร่ | 2020-01-07 | 
| คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน | 
| ผู้พัฒนา | zerol | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/zerolfx/shanbay-helper | 
| URL หน้าช่วยเหลือ | https://github.com/zerolfx/shanbay-helper/issues | 
| ภาษาที่รองรับ | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6247\u8d1d\u52a9\u624b\u91cd\u5236\u7248",
    "version": "0.1.6",
    "author": "zerol",
    "description": "\u4e3a\u6247\u8d1d\u5355\u8bcd\u7f51\u9875\u7248\u6dfb\u52a0\u514d\u8d39\u7684\u67ef\u6797\u65af\u91ca\u4e49\uff0c\u4ee5\u53ca\u4e00\u4e9b\u989d\u5916\u7684\u5c0f\u529f\u80fd\u3002",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "third-party\/jquery-3.4.1.js",
            "src\/js\/background.js"
        ]
    },
    "icons": {
        "128": "static\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "\u6247\u8d1d\u52a9\u624b\u91cd\u5236\u7248"
    },
    "content_scripts": [
        {
            "css": [
                "src\/css\/words.css"
            ],
            "js": [
                "third-party\/jquery-3.4.1.js",
                "src\/js\/words.js"
            ],
            "matches": [
                "https:\/\/web.shanbay.com\/wordsweb\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/dict.youdao.com\/",
        "https:\/\/www.wordsmyth.net\/",
        "*:\/\/*.shanbay.com\/*"
    ]
}  |  |