AO3 Chinese Helper
Improve Chinese user experience of AO3.
什麼是AO3 Chinese Helper?
AO3 Chinese Helper是由Azuresand開發的Chrome擴展程式,該擴展的主要功能是“Improve Chinese user experience of AO3.”。
擴展截圖
下載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、提供单篇中文文章正确的字数统计。 擴展基本資訊
| 名稱 | |
| ID | maoijaoahdofmacnjkgmfpplekfffmea |
| 官方網址 | 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"
]
}
]
} | |