Citation Generator
Generate citations for a project at the click of a button.
ما هو Citation Generator؟
Citation Generator هو إضافة Chrome تم تطويرها بواسطة danieljextensions، والميزة الرئيسية لها هي "Generate citations for a project at the click of a button.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Citation Generator
قم بتنزيل ملفات الامتداد Citation Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Generate citations for a project at the click of a button. Choose between MLA, APA, Chicago, Vancouver or Harvard citing style. Copy all citations by clicking on the top right corner. معلومات أساسية عن التمديد
| الاسم | |
| ID | necdcdcfodjkfjfbgieeemmhondglmkc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/citation-generator/necdcdcfodjkfjfbgieeemmhondglmkc |
| الوصف | Generate citations for a project at the click of a button. |
| حجم الملف | 5.23 KB |
| عدد التثبيتات | 38 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2022-08-23 |
| تاريخ النشر | 2022-08-22 |
| تقييم | 3.00/5 مجموع تقييمات 1 |
| المطور | danieljextensions |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://www.privacypolicies.com/live/46eeb925-ce64-44ae-8a21-d81edca6fd69 |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Citation Generator",
"description": "Generate citations for a project at the click of a button.",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"tabs",
"activeTab",
"storage"
],
"action": {
"default_popup": "popup.html"
}
} | |