CiteGen

Generate a Wikipedia citation from the current page, using reFill.

ما هو CiteGen؟

CiteGen هو إضافة Chrome تم تطويرها بواسطة Zhaofeng Li، والميزة الرئيسية لها هي "Generate a Wikipedia citation from the current page, using reFill.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CiteGen

قم بتنزيل ملفات الامتداد CiteGen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension adds a toolbar button that generates a Wikipedia citation from the current page. The URL of the the current page is sent to and accessed by the reFill tool hosted on Wikimedia Tool Labs.                    

معلومات أساسية عن التمديد

الاسم CiteGen CiteGen
ID fdoibbbobhoioofchdplhodlihdbogfg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg
الوصف Generate a Wikipedia citation from the current page, using reFill.
حجم الملف 101 KB
عدد التثبيتات 100
النسخة الحالية 1.0.0
آخر تحديث 2015-03-08
تاريخ النشر 2015-03-08
تقييم 4.70/5 مجموع تقييمات 10
المطور Zhaofeng Li
نوع الدفع free
موقع الإضافة https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen
عنوان صفحة المساعدة https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CiteGen",
    "description": "Generate a Wikipedia citation from the current page, using reFill.",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "https:\/\/tools.wmflabs.org\/*"
    ],
    "browser_action": {
        "default_icon": "common\/icon.png",
        "default_popup": "common\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/tools.wmflabs.org; object-src 'self'"
}