Card Citator

A chrome extension that auto-creates debate citations from the metadata on web pages.

ما هو Card Citator؟

Card Citator هو إضافة Chrome تم تطويرها بواسطة Ajay Raj، والميزة الرئيسية لها هي "A chrome extension that auto-creates debate citations from the metadata on web pages.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Card Citator

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

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

                        Navigate to the piece of evidence you are cutting and click on Card Citator to generate a citation for the webpage!

Features:
- Options to change the format of the citation
- Option to retrieve save history
- Option to add citation to your clipboard

What's New in 2.1:
- Retrieve saved citations
- Add initials and date accessed                    

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

الاسم Card Citator Card Citator
ID jggmcnbgccldalngninjolcbampimfbe
عنوان URL الرسمي https://chromewebstore.google.com/detail/card-citator/jggmcnbgccldalngninjolcbampimfbe
الوصف A chrome extension that auto-creates debate citations from the metadata on web pages.
حجم الملف 2.91 MB
عدد التثبيتات 657
النسخة الحالية 2.1
آخر تحديث 2016-02-03
تاريخ النشر 2016-02-02
تقييم 5.00/5 مجموع تقييمات 10
المطور Ajay Raj
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Card Citator",
    "description": "A chrome extension that auto-creates debate citations from the metadata on web pages.",
    "version": "2.1",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Card Citator",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}