wiki-zh-default
此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…
ما هو wiki-zh-default؟
wiki-zh-default هو إضافة Chrome تم تطويرها بواسطة cthlo، والميزة الرئيسية لها هي "此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة wiki-zh-default
قم بتنزيل ملفات الامتداد wiki-zh-default بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the hassle of choosing it from the menu every time landing on a Chinese Wikipedia page.
معلومات أساسية عن التمديد
الاسم | wiki-zh-default |
ID | eihdajnnlmbmikdacefleogdjmlelkok |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wiki-zh-default/eihdajnnlmbmikdacefleogdjmlelkok |
الوصف | 此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the… |
حجم الملف | 3.87 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 1 |
آخر تحديث | 2014-08-06 |
تاريخ النشر | 2014-08-06 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | cthlo |
نوع الدفع | free |
اللغات المدعومة | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "wiki-zh-default", "version": "1", "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/zh.wikipedia.org\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/zh.wikipedia.org\/wiki*" ] } |