OldWikiStyle
Return Wikipedia to the old layout
OldWikiStyleคืออะไร?
OldWikiStyle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย doma_itachi และคุณลักษณะหลักของมันคือ "Return Wikipedia to the old layout"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OldWikiStyle
ดาวน์โหลดไฟล์ส่วนขยาย OldWikiStyle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Revert Wikipedia's new layout back to the old layout Automatically add ?useskin=vector to Wikipedia URLs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OldWikiStyle |
ID | gejekhdkoecjahdppiopimcelcmibgan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/oldwikistyle/gejekhdkoecjahdppiopimcelcmibgan |
คำอธิบาย | Return Wikipedia to the old layout |
ขนาดไฟล์ | 4.03 MB |
จำนวนการติดตั้ง | 97 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-07-13 |
วันที่เผยแพร่ | 2022-07-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | doma_itachi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/doma-itachi/OldWikiStyle |
URL หน้าช่วยเหลือ | https://twitter.com/itachi_yukari |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OldWikiStyle", "version": "1.0.0", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "OldWikiStyle", "default_popup": "popup.html" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "ruleset.json" } ] }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.wikipedia.org\/*" ] } |