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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |