AO3 Chinese Helper

Improve Chinese user experience of AO3.

AO3 Chinese Helper là gì?

AO3 Chinese Helper là một tiện ích mở rộng Chrome được phát triển bởi Azuresand, và tính năng chính của nó là "Improve Chinese user experience of AO3.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AO3 Chinese Helper

Tải xuống các tệp mở rộng AO3 Chinese Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is an extension improves Chinese user experience of AO3.

本插件功能如下:
1、汉化AO3搜索菜单。
2、调整中文排版
3、提供单篇中文文章正确的字数统计。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AO3 Chinese Helper AO3 Chinese Helper
ID maoijaoahdofmacnjkgmfpplekfffmea
URL Chính Thức https://chromewebstore.google.com/detail/ao3-chinese-helper/maoijaoahdofmacnjkgmfpplekfffmea
Mô tả Improve Chinese user experience of AO3.
Kích Thước Tệp 43.33 KB
Số Lần Cài Đặt 373
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-07-05
Ngày Phát Hành 2017-07-05
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Azuresand
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AO3 Chinese Helper",
    "description": "Improve Chinese user experience of AO3.",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/archiveofourown.org\/*",
                "http:\/\/archiveofourown.org\/*"
            ],
            "js": [
                "jquery-3.2.1.slim.min.js",
                "content.js"
            ]
        }
    ]
}