Card Citator

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

Card Citatorとは何ですか?

Card CitatorはAjay Rajによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension that auto-creates debate citations from the metadata on web pages.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Card Citator拡張機能のCRXファイルをダウンロード

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