AO3 Chinese Helper

Improve Chinese user experience of AO3.

AO3 Chinese Helperとは何ですか?

AO3 Chinese HelperはAzuresandによって開発されたChromeの拡張機能で、その主な機能は「Improve Chinese user experience of AO3.」です。

拡張機能のスクリーンショット

screenshot
screenshot

AO3 Chinese Helper拡張機能のCRXファイルをダウンロード

AO3 Chinese Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is an extension improves Chinese user experience of AO3.

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

拡張機能の基本情報

名前 AO3 Chinese Helper AO3 Chinese Helper
ID maoijaoahdofmacnjkgmfpplekfffmea
公式URL https://chromewebstore.google.com/detail/ao3-chinese-helper/maoijaoahdofmacnjkgmfpplekfffmea
説明 Improve Chinese user experience of AO3.
ファイルサイズ 43.33 KB
インストール数 373
現在のバージョン 1.0
最終更新日 2017-07-05
公開日 2017-07-05
評価 4.00/5 合計 5 レビュー
開発者 Azuresand
支払い方法 free
対応言語 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"
            ]
        }
    ]
}