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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}