Card Citator

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

Co to jest Card Citator?

Card Citator to rozszerzenie Chrome opracowane przez Ajay Raj, a jego główną funkcją jest „A chrome extension that auto-creates debate citations from the metadata on web pages.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Card Citator

Pobierz pliki rozszerzeń Card Citator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Card Citator Card Citator
ID jggmcnbgccldalngninjolcbampimfbe
Oficjalny URL https://chromewebstore.google.com/detail/card-citator/jggmcnbgccldalngninjolcbampimfbe
Opis A chrome extension that auto-creates debate citations from the metadata on web pages.
Rozmiar pliku 2.91 MB
Liczba instalacji 657
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2016-02-03
Data Publikacji 2016-02-02
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper Ajay Raj
Typ Płatności free
Obsługiwane Języki 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"
    }
}