AutoHan - 网页简繁转换

Automatically switch to traditional Han characters (Kanji|漢字), or simplified Han characters, which the user is more accustomed to.

AutoHan - 网页简繁转换คืออะไร?

AutoHan - 网页简繁转换 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 佐拉科技有限公司 และคุณลักษณะหลักของมันคือ "Automatically switch to traditional Han characters (Kanji|漢字), or simplified Han characters, which the user is more accustomed to."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoHan - 网页简繁转换

ดาวน์โหลดไฟล์ส่วนขยาย AutoHan - 网页简繁转换 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        汉字写法多样,导致各地汉语使用者有不同汉字阅读习惯。AutoHan项目是一段JavaScript代码,能切换至使用者偏好的繁体汉字或简体汉字。

使用方法:Chrome用户在Google网上应用店搜索 AutoHan,安装AutoHan扩展程序,即可将正在浏览的网页切换至繁体汉字界面或简体汉字界面,从而加快阅读速度。                    

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

ชื่อ AutoHan - 网页简繁转换 AutoHan - 网页简繁转换
ID kmnajldildkckmfgfbcfbfimdibebnjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autohan-%E7%BD%91%E9%A1%B5%E7%AE%80%E7%B9%81%E8%BD%AC%E6%8D%A2/kmnajldildkckmfgfbcfbfimdibebnjl
คำอธิบาย Automatically switch to traditional Han characters (Kanji|漢字), or simplified Han characters, which the user is more accustomed to.
ขนาดไฟล์ 92.69 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-07-13
วันที่เผยแพร่ 2021-07-13
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา 佐拉科技有限公司
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.autohan.org
URL หน้าช่วยเหลือ https://wordpress.org/support/plugin/autohan/
URL หน้านโยบายความเป็นส่วนตัว https://render.tw/privacy.htm
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoHan - \u7f51\u9875\u7b80\u7e41\u8f6c\u6362",
    "description": "Automatically switch to traditional Han characters (Kanji\uff5c\u6f22\u5b57), or simplified Han characters, which the user is more accustomed to.",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/www.autohan.org\/",
    "incognito": "split",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": {
            "19": "icon48.png",
            "38": "icon128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "author": "Zola Zhou",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' https:\/\/www.autohan.org\/;"
}