Autocitr

An automated Harvard Reference generator for Google Chrome tabs.

Autocitrとは何ですか?

AutocitrはSophie Kentによって開発されたChromeの拡張機能で、その主な機能は「An automated Harvard Reference generator for Google Chrome tabs.」です。

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

screenshot

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

Autocitr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Autocitr is a user friendly way of referencing the tab you are viewing. It automatically grabs all the information you needs an formats it into a Harvard Reference. 

You can then choose to copy and paste the single reference or add it to your collection for this browser session. 

Once you have finished collecting references you simply click the collect button in the pop up window and copy and paste all your references straight into your report. Simple.                    

拡張機能の基本情報

名前 Autocitr Autocitr
ID kgbcdeonpgopaokngeobbidilkbdedoc
公式URL https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc
説明 An automated Harvard Reference generator for Google Chrome tabs.
ファイルサイズ 46.45 KB
インストール数 487
現在のバージョン 1.0
最終更新日 2014-05-14
公開日 2014-05-14
評価 4.00/5 合計 3 レビュー
開発者 Sophie Kent
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autocitr",
    "version": "1.0",
    "description": "An automated Harvard Reference generator for Google Chrome tabs.",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "Autocitr v0.1",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.cookie.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}