Remove Wikipedia Citations
Remove citations from Wikipedia articles (all languages)
Remove Wikipedia Citationsคืออะไร?
Remove Wikipedia Citations เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vcotta และคุณลักษณะหลักของมันคือ "Remove citations from Wikipedia articles (all languages)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Wikipedia Citations
ดาวน์โหลดไฟล์ส่วนขยาย Remove Wikipedia Citations ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Citations are used to link parts of the article to sources, situated in the "References" section, at the bottom of the page. Citations contribute to legitimation of presented data, but they can be annoying when the use of copy/paste is required.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Remove Wikipedia Citations |
ID | ghikcjkcchinbiolikgaggkjhdjkehna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remove-wikipedia-citation/ghikcjkcchinbiolikgaggkjhdjkehna |
คำอธิบาย | Remove citations from Wikipedia articles (all languages) |
ขนาดไฟล์ | 15.25 KB |
จำนวนการติดตั้ง | 160 |
เวอร์ชันปัจจุบัน | 2.3.1.12 |
อัปเดตครั้งล่าสุด | 2023-01-13 |
วันที่เผยแพร่ | 2023-01-13 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | vcotta |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Wikipedia Citations", "description": "Remove citations from Wikipedia articles (all languages)", "version": "2.3.1.12", "author": "Valentin Cotta", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/*" ], "css": [ "style.css" ] } ] } |