AO3 Chinese Helper
Improve Chinese user experience of AO3.
What is AO3 Chinese Helper?
AO3 Chinese Helper is a Chrome extension developed by Azuresand, and its main feature is "Improve Chinese user experience of AO3.".
Extension Screenshots
Download AO3 Chinese Helper Extension CRX File
Download AO3 Chinese Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is an extension improves Chinese user experience of AO3. 本插件功能如下: 1、汉化AO3搜索菜单。 2、调整中文排版 3、提供单篇中文文章正确的字数统计。
Extension Basic Information
Name | AO3 Chinese Helper |
ID | maoijaoahdofmacnjkgmfpplekfffmea |
Official URL | https://chromewebstore.google.com/detail/ao3-chinese-helper/maoijaoahdofmacnjkgmfpplekfffmea |
Description | Improve Chinese user experience of AO3. |
File Size | 43.33 KB |
Installation Count | 373 |
Current Version | 1.0 |
Last Updated | 2017-07-05 |
Publish Date | 2017-07-05 |
Rating | 4.00/5 Total 5 Ratings |
Developer | Azuresand |
Payment Type | free |
Supported Languages | 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" ] } ] } |