Autocitr

An automated Harvard Reference generator for Google Chrome tabs.

Autocitr là gì?

Autocitr là một tiện ích mở rộng Chrome được phát triển bởi Sophie Kent, và tính năng chính của nó là "An automated Harvard Reference generator for Google Chrome tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Autocitr

Tải xuống các tệp mở rộng Autocitr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Autocitr Autocitr
ID kgbcdeonpgopaokngeobbidilkbdedoc
URL Chính Thức https://chromewebstore.google.com/detail/autocitr/kgbcdeonpgopaokngeobbidilkbdedoc
Mô tả An automated Harvard Reference generator for Google Chrome tabs.
Kích Thước Tệp 46.45 KB
Số Lần Cài Đặt 487
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-05-14
Ngày Phát Hành 2014-05-14
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Sophie Kent
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}