AO3 Chinese Helper
Improve Chinese user experience of AO3.
ما هو AO3 Chinese Helper؟
AO3 Chinese Helper هو إضافة Chrome تم تطويرها بواسطة Azuresand، والميزة الرئيسية لها هي "Improve Chinese user experience of AO3.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AO3 Chinese Helper
قم بتنزيل ملفات الامتداد AO3 Chinese Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is an extension improves Chinese user experience of AO3. 本插件功能如下: 1、汉化AO3搜索菜单。 2、调整中文排版 3、提供单篇中文文章正确的字数统计。
معلومات أساسية عن التمديد
الاسم | 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" ] } ] } |